kubectl system run test

pull/496/head
Frostebite 2023-02-16 18:31:51 +00:00
parent 61e8452dc1
commit c0446ba456
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ describe('Cloud Runner Locking', () => {
expect(
await SharedWorkspaceLocking.GetOrCreateLockedWorkspace(newWorkspaceName, runId, buildParameters),
).toBeTruthy();
expect(CloudRunner.lockedWorkspace === newWorkspaceName).toBeTruthy();
expect(CloudRunner.lockedWorkspace !== newWorkspaceName).toBeTruthy();
}, 150000);
it(`Get Or Create From Unlocked Was Locked`, async () => {
Cli.options.retainWorkspaces = true;