Skip to content

Commit 38f290a

Browse files
authored
Merge pull request #1981 from hashicorp/alex-ju/skip-flake
Skip flake in Dropdown toggle icon test
2 parents 7607d43 + c832166 commit 38f290a

File tree

1 file changed

+2
-2
lines changed
  • showcase/tests/integration/components/hds/dropdown/toggle

1 file changed

+2
-2
lines changed

showcase/tests/integration/components/hds/dropdown/toggle/icon-test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
import { module, test } from 'qunit';
6+
import { module, skip, test } from 'qunit';
77
import { setupRenderingTest } from 'ember-qunit';
88
import {
99
render,
@@ -47,7 +47,7 @@ module('Integration | Component | hds/dropdown/toggle/icon', function (hooks) {
4747
assert.dom('img').exists();
4848
});
4949

50-
test('if an @imageSrc is declared but does not exist, the flight icon should render in the component', async function (assert) {
50+
skip('if an @imageSrc is declared but does not exist, the flight icon should render in the component', async function (assert) {
5151
this.set('imageSrc', '/assets/images/avatar.png');
5252
await render(
5353
hbs`<Hds::Dropdown::Toggle::Icon @icon="user" @text="user menu" @imageSrc={{this.imageSrc}} id="test-toggle-icon" />`

0 commit comments

Comments
 (0)