We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7d42c commit 20876ecCopy full SHA for 20876ec
test/nut/sandboxRefresh.nut.ts
@@ -30,7 +30,7 @@ import {
30
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
31
const messages = Messages.loadMessages('@salesforce/plugin-org', 'sandboxbase');
32
33
-describe('Sandbox Refresh', () => {
+describe.skip('Sandbox Refresh', () => {
34
let session: TestSession;
35
let hubOrgUsername: string;
36
let cacheFilePath: string;
0 commit comments