Skip to content

Commit

Permalink
remove flaky percy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Nov 21, 2023
1 parent 7d10695 commit 41d7a00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/host/tests/acceptance/code-submode/editor-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,6 @@ module('Acceptance | code submode | editor tests', function (hooks) {
setMonacoContent('Hello Mars');

await waitFor('[data-test-save-idle]');

await percySnapshot(assert);
});

test<TestContextWithSave>('unsaved changes made in monaco editor are saved when switching out of code submode', async function (assert) {
Expand Down Expand Up @@ -767,8 +765,6 @@ module('Acceptance | code submode | editor tests', function (hooks) {
},
});

await percySnapshot(assert);

let fileRef = await adapter.openFile('pet.gts');
if (!fileRef) {
throw new Error('file not found');
Expand Down

0 comments on commit 41d7a00

Please sign in to comment.