mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Temporarily disable cell toolbar smoke tests (#20299)
This commit is contained in:
@@ -273,7 +273,7 @@ export function setup(opts: minimist.ParsedArgs) {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('Cell Toolbar Actions', function () {
|
describe.skip('Cell Toolbar Actions', function () {
|
||||||
async function verifyCellToolbarBehavior(app: Application, toolbarAction: () => Promise<void>, selector: string, checkIfGone: boolean = false): Promise<void> {
|
async function verifyCellToolbarBehavior(app: Application, toolbarAction: () => Promise<void>, selector: string, checkIfGone: boolean = false): Promise<void> {
|
||||||
// Run the test for each of the default text editor modes
|
// Run the test for each of the default text editor modes
|
||||||
for (let editMode of ['Markdown', 'Split View']) {
|
for (let editMode of ['Markdown', 'Split View']) {
|
||||||
|
|||||||
Reference in New Issue
Block a user