Skip to content

Commit 4211af4

Browse files
committed
Ignore test to avoid TimeoutException
1 parent a0ac52c commit 4211af4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MegaApiClient.Tests/DownloadUpload.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ public void Download_ValidateStream_Succeeds(string link)
107107
[TestCaseSource(typeof(DownloadUpload), nameof(GetDownloadLinkToFileInvalidParameter))]
108108
public void DownloadLink_ToFile_InvalidParameter_Throws(Uri uri, string outFile, IResolveConstraint constraint)
109109
{
110+
this.IgnoreTestIfAppVeyorCi();
111+
110112
Assert.That(
111113
() => this.Client.DownloadFile(uri, outFile),
112114
constraint);

0 commit comments

Comments
 (0)