Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Jul 11, 2024
1 parent a3816cf commit 826fbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/guid-node/metadata-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { currentRouteName, resetOnerror, setupOnerror } from '@ember/test-helper
import { setupMirage } from 'ember-cli-mirage/test-support';
import { percySnapshot } from 'ember-percy';
import { selectChoose } from 'ember-power-select/test-support';
import { module, test } from 'qunit';
import { module, skip, test } from 'qunit';

import { click, currentURL, setupOSFApplicationTest, visit } from 'ember-osf-web/tests/helpers';
import { TestContext } from 'ember-test-helpers';
Expand Down Expand Up @@ -197,7 +197,7 @@ module('Acceptance | guid-node/metadata', hooks => {
await percySnapshot(assert);
});

test('Error handling: metadata', async function(this: TestContext, assert) {
skip('Error handling: metadata', async function(this: TestContext, assert) {
setupOnerror((e: any) => assert.ok(e, 'Error is handled'));
const node = server.create('node', {
id: 'mtadt',
Expand Down

0 comments on commit 826fbb3

Please sign in to comment.