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 b3d45fe commit dac91b5Copy full SHA for dac91b5
src/testE2E/codecatalyst/client.test.ts
@@ -86,7 +86,7 @@ let projectName: CodeCatalystProject['name']
86
* integ tests, but using the ssh hostname that we get from
87
* {@link prepareDevEnvConnection}.
88
*/
89
-describe('Test how this codebase uses the CodeCatalyst API', function () {
+describe.skip('Test how this codebase uses the CodeCatalyst API', function () {
90
let client: CodeCatalystClient
91
let commands: CodeCatalystCommands
92
let webviewClient: CodeCatalystCreateWebview
0 commit comments