Skip to content

Commit 52b7aed

Browse files
committed
chore: Try to isolate failing test.
1 parent 5bf1ac7 commit 52b7aed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-latest, macos-latest]
24+
os: [macos-latest]
2525

2626
steps:
2727
- name: Checkout experimentation plugin

test/webdriverio/test/move_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ suite('Move start tests', function () {
109109
// a stack heal (really: unary operator chain heal) will NOT occur.
110110
//
111111
// Also tests initiating a move via the context menu.
112-
test('Start moving value blocks', async function () {
112+
test.only('Start moving value blocks', async function () {
113113
for (let i = 1; i < 7; i++) {
114114
// Navigate to statement_<i>.
115115
await focusOnBlock(this.browser, `value_${i}`);

0 commit comments

Comments
 (0)