Skip all locking actions test as we now have two useful test flows
parent
fecd74e877
commit
9afbbbb0d1
|
|
@ -50,7 +50,7 @@ describe('Cloud Runner Locking', () => {
|
||||||
(await SharedWorkspaceLocking.IsWorkspaceLocked(newWorkspaceName, buildParameters)) === false;
|
(await SharedWorkspaceLocking.IsWorkspaceLocked(newWorkspaceName, buildParameters)) === false;
|
||||||
expect(isExpectedLockedAfterReleasing).toBeTruthy();
|
expect(isExpectedLockedAfterReleasing).toBeTruthy();
|
||||||
}, 150000);
|
}, 150000);
|
||||||
it('All Locking Actions', async () => {
|
it.skip('All Locking Actions', async () => {
|
||||||
Cli.options.retainWorkspaces = true;
|
Cli.options.retainWorkspaces = true;
|
||||||
const overrides: any = {
|
const overrides: any = {
|
||||||
versioning: 'None',
|
versioning: 'None',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue