From 6a81e430421d56116e16dd611ed680ee3481a0fb Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Wed, 8 Feb 2023 12:31:04 -0500 Subject: [PATCH] [browser tests] [launch preferences] Temporarily disable test suite Since they consistently fail, following a recent change that uncovered a deeper bug in the preferences. This commit can be reverted once we have a fix for #12153 Signed-off-by: Marc Dumais --- examples/api-tests/src/launch-preferences.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api-tests/src/launch-preferences.spec.js b/examples/api-tests/src/launch-preferences.spec.js index 7d0ed25785b95..895362de96da4 100644 --- a/examples/api-tests/src/launch-preferences.spec.js +++ b/examples/api-tests/src/launch-preferences.spec.js @@ -25,7 +25,7 @@ * Expectations should be tested and aligned against VS Code. * See https://github.com/akosyakov/vscode-launch/blob/master/src/test/extension.test.ts */ -describe('Launch Preferences', function () { +describe.skip('Launch Preferences', function () { this.timeout(10_000); const { assert } = chai;