diff --git a/src/model/cloud-runner/tests/cloud-runner-remote-client-caching.test.ts b/src/model/cloud-runner/tests/cloud-runner-remote-client-caching.test.ts index 46ff1c5f..4ebc942d 100644 --- a/src/model/cloud-runner/tests/cloud-runner-remote-client-caching.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-remote-client-caching.test.ts @@ -11,7 +11,7 @@ import GitHub from '../../github'; describe('Cloud Runner (Remote Client) Caching', () => { it('responds', () => {}); if (process.platform === 'linux') { - it('Simple caching works', async () => { + it.skip('Simple caching works', async () => { Cli.options = { versioning: 'None', projectPath: 'test-project',