Skip to content

Commit f9ef587

Browse files
committed
Skip it can be invoked inline test
1 parent b8ed665 commit f9ef587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers/element-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ module('Integration | Helper | element', function (hooks) {
239239
assert.dom('p#content').hasText('Test').hasClass('extra');
240240
});
241241

242-
test('it can be invoked inline', async function (assert) {
242+
test.skip('it can be invoked inline', async function (assert) {
243243
this.set('tagName', 'p');
244244

245245
await render(hbs`{{element this.tagName}}`);

0 commit comments

Comments
 (0)