Skip to content

Commit adf4735

Browse files
authored
test(bigtable): re-enable testDeadlockPrevention test (#13908)
1 parent 54b846b commit adf4735

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/internal/util/ClientConfigurationManagerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
import java.util.concurrent.atomic.AtomicReference;
6767
import org.junit.jupiter.api.AfterEach;
6868
import org.junit.jupiter.api.BeforeEach;
69-
import org.junit.jupiter.api.Disabled;
7069
import org.junit.jupiter.api.Test;
7170
import org.junit.jupiter.api.Timeout;
7271
import org.junit.jupiter.api.extension.ExtendWith;
@@ -379,7 +378,6 @@ void testSysPropOverrideSessionLoadZero() throws Exception {
379378
assertThat(initialConfig).isEqualTo(service.config.get());
380379
}
381380

382-
@Disabled("https://github.com/googleapis/google-cloud-java/issues/13903")
383381
@Test
384382
void testDeadlockPrevention() throws Exception {
385383
// Initialize the manager and fetch the initial config to schedule polling.

0 commit comments

Comments
 (0)