Skip to content

Commit 20876ec

Browse files
committed
chore: disable sandboxRefresh nut temporarily
1 parent 6b7d42c commit 20876ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nut/sandboxRefresh.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
3131
const messages = Messages.loadMessages('@salesforce/plugin-org', 'sandboxbase');
3232

33-
describe('Sandbox Refresh', () => {
33+
describe.skip('Sandbox Refresh', () => {
3434
let session: TestSession;
3535
let hubOrgUsername: string;
3636
let cacheFilePath: string;

0 commit comments

Comments
 (0)