Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit e8bacd8

Browse files
committed
Merge enhancements/gitcheckout into shana/kill-dead-code
2 parents b465fc6 + cd73d5d commit e8bacd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Download/DownloadTaskTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public async Task SucceedIfEverythingIsAlreadyDownloaded()
202202
md5Sum.Should().BeEquivalentTo(md5);
203203
}
204204

205-
[Test]
205+
[Category("DoNotRunOnAppVeyor")]
206206
public async Task DownloadsRunSideBySide()
207207
{
208208
Stopwatch watch;

0 commit comments

Comments
 (0)