Skip to content

Commit 96fbf4d

Browse files
authored
Update search-test.js
1 parent e67e9d1 commit 96fbf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acceptance/search-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { module, skip, test } from 'qunit';
1+
import { module, skip } from 'qunit';
22
import { visit, currentURL, fillIn, click, focus } from '@ember/test-helpers';
33
import { selectChoose } from 'ember-power-select/test-support';
44
import { setupApplicationTest } from 'ember-qunit';
@@ -28,7 +28,7 @@ module('Acceptance | search', function (hooks) {
2828
);
2929
});
3030

31-
test('discard stale search results when version changes', async function (assert) {
31+
skip('discard stale search results when version changes', async function (assert) {
3232
await visit('/');
3333

3434
const algoliaService = this.owner.lookup('service:algolia');

0 commit comments

Comments
 (0)