mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
Use test.skip instead of commenting out disabled test (#7338)
* Use test.skip instead of commenting out disabled test * Also disable OE test
This commit is contained in:
@@ -30,7 +30,7 @@ if (context.RunTest) {
|
||||
test('Azure SQL DB context menu test', async function () {
|
||||
await (new ObjectExplorerTester()).sqlDbContextMenuTest();
|
||||
});
|
||||
test('Standalone database context menu test', async function () {
|
||||
test.skip('Standalone database context menu test', async function () {
|
||||
await (new ObjectExplorerTester()).standaloneContextMenuTest();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user