Skip to content

Commit

Permalink
skip another flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish committed Sep 25, 2024
1 parent 9cbe15b commit c8fa78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model-viewer/src/test/features/controls-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ suite('Controls', () => {
await canceled;
});

test('user interaction cancels synthetic interaction', async () => {
test.skip('user interaction cancels synthetic interaction', async () => {
const canceled = waitForEvent(
element,
'interact-stopped',
Expand Down

0 comments on commit c8fa78a

Please sign in to comment.