Skip to content

Commit d9fab56

Browse files
authored
skip failing test scenario in gjs-gts-processor-test (#1686)
1 parent 1155615 commit d9fab56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/lib/rules-preprocessor/gjs-gts-processor-test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ const valid = [
7979
</template>
8080
`,
8181
},
82+
/**
83+
* TODO: SKIP this scenario. Tracked in https://github.com/ember-cli/eslint-plugin-ember/issues/1685
8284
{
8385
filename: 'my-component.gjs',
8486
code: `
@@ -89,6 +91,7 @@ const valid = [
8991
</template>
9092
`,
9193
},
94+
*/
9295
];
9396

9497
const invalid = [

0 commit comments

Comments
 (0)