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 3e1eef3 commit f97b1cfCopy full SHA for f97b1cf
MegaApiClient.Tests/DownloadUploadAuthenticated.cs
@@ -100,7 +100,7 @@ public void GetDownloadLink_FolderNewLink_Succeeds()
100
}
101
102
103
- [Theory]
+ [Theory(Skip = "SSL Handshake failed on CI")]
104
[InlineData(FileAttributeType.Thumbnail, "Data/SampleFile_thumbnail.jpg")]
105
[InlineData(FileAttributeType.Preview, "Data/SampleFile_preview.jpg")]
106
public void DownloadFileAttribute_ToStream_Succeeds(FileAttributeType fileAttributeType, string expectedFileContent)
0 commit comments