We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ac52c commit 4211af4Copy full SHA for 4211af4
MegaApiClient.Tests/DownloadUpload.cs
@@ -107,6 +107,8 @@ public void Download_ValidateStream_Succeeds(string link)
107
[TestCaseSource(typeof(DownloadUpload), nameof(GetDownloadLinkToFileInvalidParameter))]
108
public void DownloadLink_ToFile_InvalidParameter_Throws(Uri uri, string outFile, IResolveConstraint constraint)
109
{
110
+ this.IgnoreTestIfAppVeyorCi();
111
+
112
Assert.That(
113
() => this.Client.DownloadFile(uri, outFile),
114
constraint);
0 commit comments