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

Commit d01155f

Browse files
committed
add comment with buganizer bug
1 parent 893c64a commit d01155f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

system-test/datasets.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ describe('Datasets', () => {
9393
]
9494
assert.strictEqual(response[0].id, `${projectId}:${usCentral1DatasetId}`);
9595
});
96-
// //TODO(coleleah): fix
97-
98-
it.only('should fail to create a dataset using a different region from the client endpoint', async () => {
96+
97+
//TODO(coleleah): fix
98+
//captured in b/429419330
99+
it.skip('should fail to create a dataset using a different region from the client endpoint', async () => {
99100
const usEast4DatasetId = datasetId + '_us-east4';
100101

101102
// Construct the dataset resource

0 commit comments

Comments
 (0)