Skip to content

Commit 40d5338

Browse files
author
Dhriti Chopra
committed
Removing debugging changes
1 parent ecfc3df commit 40d5338

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/ITGapicUnbufferedReadableByteChannelTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@
5050
import java.util.concurrent.TimeUnit;
5151
import java.util.concurrent.TimeoutException;
5252
import java.util.concurrent.atomic.AtomicInteger;
53-
import org.junit.Ignore;
5453
import org.junit.Test;
5554

56-
@Ignore
5755
public final class ITGapicUnbufferedReadableByteChannelTest {
5856
private final byte[] bytes = DataGenerator.base64Characters().genBytes(40);
5957
private final ByteString data1 = ByteString.copyFrom(bytes, 0, 10);

java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/ITGzipReadableByteChannelTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
import java.security.SecureRandom;
4141
import java.util.concurrent.ExecutionException;
4242
import org.junit.ClassRule;
43-
import org.junit.Ignore;
4443
import org.junit.Test;
4544
import org.junit.experimental.runners.Enclosed;
4645
import org.junit.runner.RunWith;
@@ -96,7 +95,6 @@ public class ITGzipReadableByteChannelTest {
9695
.setChecksummedData(getChecksummedData(contentCompressed2))
9796
.build();
9897

99-
@Ignore
10098
public static final class Uncompressed {
10199
private static final StorageGrpc.StorageImplBase fakeStorage =
102100
new StorageGrpc.StorageImplBase() {
@@ -173,7 +171,6 @@ public void autoGzipDecompress_false() throws IOException {
173171
}
174172
}
175173

176-
@Ignore
177174
public static final class Compressed {
178175

179176
private static final StorageGrpc.StorageImplBase fakeStorage =

0 commit comments

Comments
 (0)