mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -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> {
|
||||
// Run the test for each of the default text editor modes
|
||||
for (let editMode of ['Markdown', 'Split View']) {
|
||||
|
||||
Reference in New Issue
Block a user