diff --git a/plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryConnectorTest.java b/plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryConnectorTest.java index 36ccabf7a364..1bcf0654cbd3 100644 --- a/plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryConnectorTest.java +++ b/plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryConnectorTest.java @@ -455,8 +455,8 @@ public void testShowCreateTable() @Override public void testReadMetadataWithRelationsConcurrentModifications() { - // TODO: Enable this test after fixing "Task did not completed before timeout" - throw new SkipException("TODO"); + // TODO: Enable this test after fixing "Task did not completed before timeout" (https://github.com/trinodb/trino/issues/14230) + throw new SkipException("Test fails with a timeout sometimes and is flaky"); } @Test