Skip to content

Commit 5c6c6ca

Browse files
Revert "CLOUDP-290332: Test should run and fail"
This reverts commit 4527bac.
1 parent 4527bac commit 5c6c6ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/spectral/ipa/__tests__/utils/resourceEvaluation.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ describe('tools/spectral/ipa/rulesets/functions/utils/resourceEvaluation.js', ()
5959
it('returns false for a nested singleton resource', () => {
6060
expect(isStandardResource(nestedSingletonResourcePaths)).toBe(false);
6161
});
62-
it('testing that this test fails', () => {
63-
expect(isStandardResource(nestedSingletonResourcePaths)).toBe(true);
64-
});
6562
});
6663
describe('isSingletonResource', () => {
6764
it('returns true for a singleton resource', () => {

0 commit comments

Comments
 (0)