kubectl system run test
parent
61e8452dc1
commit
c0446ba456
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue