Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 05d6f59

Browse files
chore: skip ITQueueTest in cloud-devel
1 parent 2fd403f commit 05d6f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITQueueTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private Struct readRow(String queue, Key key, String... columns) {
8181
@BeforeClass
8282
public static void setUpTestSuite() {
8383
// TODO: remove once the feature is fully enabled in prod
84-
assumeTrue("Queue is currently only supported in cloud-devel", isUsingCloudDevel());
84+
assumeTrue("Queue tests are temporarily disabled in cloud-devel", !isUsingCloudDevel());
8585
Database googleStandardSQLDatabase =
8686
env.getTestHelper().createTestDatabase(GOOGLE_STANDARD_SQL_SCHEMA);
8787
googleStandardSQLClient = env.getTestHelper().getDatabaseClient(googleStandardSQLDatabase);

0 commit comments

Comments
 (0)