Skip to content

Commit 25ad999

Browse files
committed
chore(tests): Skip failing unary move right tests due to #709
1 parent 42704d7 commit 25ad999

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ suite(`Value expression move tests`, function () {
455455
await sendKeyAndWait(this.browser, Key.Delete);
456456
});
457457

458-
test(
458+
// TODO(#709): Reenable test once crash bug is fixed.
459+
test.skip(
459460
'moving right',
460461
moveTest(BLOCK_COMPLEX, Key.ArrowRight, EXPECTED_UNARY_RIGHT),
461462
);

0 commit comments

Comments
 (0)