Skip to content

Commit 6002dac

Browse files
committed
skip test case
1 parent 0f66b4f commit 6002dac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

storage-control/system-test/anywhereCache.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ const zoneName = 'us-west1-c';
2929
const cacheName = 'us-west1-c';
3030
let anywhereCachePath;
3131

32-
describe('Anywhere Cache', () => {
32+
// Skipped to prevent CI timeouts caused by long-running operations.
33+
// Un-skip for deliberate, manual runs.
34+
describe.skip('Anywhere Cache', () => {
3335
before(async () => {
3436
await storage.createBucket(bucketName, {
3537
iamConfiguration: {

0 commit comments

Comments
 (0)