diff --git a/extensions/integration-tests/src/notebook.test.ts b/extensions/integration-tests/src/notebook.test.ts index 2613dc8585..bc7c1982f9 100644 --- a/extensions/integration-tests/src/notebook.test.ts +++ b/extensions/integration-tests/src/notebook.test.ts @@ -53,7 +53,8 @@ if (context.RunTest) { await (new NotebookTester()).sqlLanguageTest(this.test.title); }); - test('should not be dirty after saving notebook test', async function () { + // TODO: Need to make this test more reliable. + test.skip('should not be dirty after saving notebook test', async function () { await (new NotebookTester().shouldNotBeDirtyAfterSavingNotebookTest(this.test.title)); });