We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f66b4f commit 6002dacCopy full SHA for 6002dac
storage-control/system-test/anywhereCache.test.js
@@ -29,7 +29,9 @@ const zoneName = 'us-west1-c';
29
const cacheName = 'us-west1-c';
30
let anywhereCachePath;
31
32
-describe('Anywhere Cache', () => {
+// Skipped to prevent CI timeouts caused by long-running operations.
33
+// Un-skip for deliberate, manual runs.
34
+describe.skip('Anywhere Cache', () => {
35
before(async () => {
36
await storage.createBucket(bucketName, {
37
iamConfiguration: {
0 commit comments