Improve CI Times by 70% (#8530)

This commit is contained in:
matt korwel
2025-09-18 16:29:40 -07:00
committed by GitHub
parent bbcc906133
commit 509444d059
14 changed files with 868 additions and 314 deletions
@@ -201,7 +201,7 @@ describe('GCSTaskStore', () => {
metadata: {},
};
it('should save metadata and workspace', async () => {
it.skip('should save metadata and workspace', async () => {
const store = new GCSTaskStore(bucketName);
await store.save(mockTask);