Skip to content

Commit 2750f66

Browse files
committed
chore: Try re-disabling other suites.
1 parent 4d2a86e commit 2750f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/webdriverio/test/insert_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
idle,
2727
} from './test_setup.js';
2828

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

@@ -141,7 +141,7 @@ suite.only('Insert test', function () {
141141
});
142142
});
143143

144-
suite.only('Insert test with more blocks', function () {
144+
suite('Insert test with more blocks', function () {
145145
// Disable timeouts when non-zero PAUSE_TIME is used to watch tests run.
146146
if (PAUSE_TIME) this.timeout(0);
147147

0 commit comments

Comments
 (0)