Skip to content

Commit 4d2a86e

Browse files
committed
chore: Re-enable one suite.
1 parent 3a26ac5 commit 4d2a86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/flyout_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
setSynchronizeCoreBlocklyRendering,
2626
} from './test_setup.js';
2727

28-
suite('Toolbox and flyout test', function () {
28+
suite.only('Toolbox and flyout test', function () {
2929
// Disable timeouts when non-zero PAUSE_TIME is used to watch tests run.
3030
if (PAUSE_TIME) this.timeout(0);
3131

0 commit comments

Comments
 (0)