diff --git a/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts b/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts index 71fea3d4..cbb71e9d 100644 --- a/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts @@ -37,8 +37,6 @@ describe('Cloud Runner', () => { expect(results).toContain(libraryString); expect(results).toContain(buildSucceededString); - expect(results).not.toContain('There is 0 files/dir in the source folder Library'); - expect(results).not.toContain('There is 0 files/dir in the source folder LFS'); CloudRunnerLogger.log(`run 1 succeeded`); const buildParameter2 = await CreateParameters(overrides);