Skip to content

Commit

Permalink
SNOW-1616480: GCS presigned URL test turn off (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman-1 authored Aug 7, 2024
1 parent 58054be commit 585ea31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ public void testNoSpaceLeftOnDeviceException() throws SQLException {
}

@Test
@ConditionalIgnoreRule.ConditionalIgnore(condition = RunningOnGithubAction.class)
@Ignore // ignored until SNOW-1616480 is resolved
public void testUploadWithGCSPresignedUrlWithoutConnection() throws Throwable {
File destFolder = tmpFolder.newFolder();
String destFolderCanonicalPath = destFolder.getCanonicalPath();
Expand Down

0 comments on commit 585ea31

Please sign in to comment.