Skip to content

Commit eb8a4f4

Browse files
committed
pushing deliberate failure to check ci
1 parent 62687c5 commit eb8a4f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@ember/-internals/metal/tests/tracked/validation_test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ moduleFor(
5656
let tag = track(() => obj.first);
5757
let snapshot = valueForTag(tag);
5858

59+
if (import.meta.env.VITE_STABLE_DECORATORS) {
60+
throw new Error('intentionally failure to check CI');
61+
}
62+
5963
let expectedInitialValue = import.meta.env.VITE_STABLE_DECORATORS
6064
? 'first: undefined'
6165
: 'first: second';

0 commit comments

Comments
 (0)