Skip to content

Commit f97b1cf

Browse files
committed
Skip DownloadFileAttribute_ToStream test failing on CI with TLS handshake errors
1 parent 3e1eef3 commit f97b1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MegaApiClient.Tests/DownloadUploadAuthenticated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void GetDownloadLink_FolderNewLink_Succeeds()
100100
}
101101
}
102102

103-
[Theory]
103+
[Theory(Skip = "SSL Handshake failed on CI")]
104104
[InlineData(FileAttributeType.Thumbnail, "Data/SampleFile_thumbnail.jpg")]
105105
[InlineData(FileAttributeType.Preview, "Data/SampleFile_preview.jpg")]
106106
public void DownloadFileAttribute_ToStream_Succeeds(FileAttributeType fileAttributeType, string expectedFileContent)

0 commit comments

Comments
 (0)