mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
Disable 'should not be dirty after saving notebook' test in notebook integration tests. (#7091)
This commit is contained in:
@@ -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));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user