Skip to content

Commit

Permalink
skip test, add comment for why
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner committed Jun 9, 2023
1 parent 5fe649c commit 12f7731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ module('rendering', function (hooks) {

});

test('it renders', async function (assert) {
// this test doesn't make sense, but it also doesn't fail, so I'm setting it to skip until we can improve it.
skip('it renders', async function (assert) {
assert.expect(1);

// creates the component instance
Expand Down

0 comments on commit 12f7731

Please sign in to comment.