You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/test/java/com/google/cloud/storage/contrib/nio/it/ITGcsNio.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@
35
35
importorg.junit.AfterClass;
36
36
importorg.junit.Assert;
37
37
importorg.junit.BeforeClass;
38
+
importorg.junit.Ignore;
38
39
importorg.junit.Test;
39
40
importorg.junit.runner.RunWith;
40
41
importorg.junit.runners.JUnit4;
@@ -145,7 +146,7 @@ private static void fillRequesterPaysFile(Storage storage, String fname, int siz
145
146
}
146
147
147
148
// Start of tests related to the "requester pays" feature
0 commit comments