Skip to content

Commit 6991168

Browse files
authored
test(bigtable): disable testDeadlockPrevention to fix CI execution timeout (#13902)
Disable flaky test (#13903). Bigtable unit tests are run as part of the main units test suite. This is causing some of our required checks to timeout after ~360 minutes. Disable flaky tests to be re-enabled after they get resolved.
1 parent 6f6f597 commit 6991168

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
import java.util.concurrent.atomic.AtomicReference;
6464
import org.junit.jupiter.api.AfterEach;
6565
import org.junit.jupiter.api.BeforeEach;
66+
import org.junit.jupiter.api.Disabled;
6667
import org.junit.jupiter.api.Test;
6768
import org.junit.jupiter.api.extension.ExtendWith;
6869
import org.mockito.ArgumentCaptor;
@@ -335,6 +336,7 @@ void testSysPropOverrideSessionLoadZero() throws Exception {
335336
assertThat(initialConfig).isEqualTo(service.config.get());
336337
}
337338

339+
@Disabled("https://github.com/googleapis/google-cloud-java/issues/13903")
338340
@Test
339341
void testDeadlockPrevention() throws Exception {
340342
// Initialize the manager and fetch the initial config to schedule polling.

0 commit comments

Comments
 (0)