Skip to content

Commit b389767

Browse files
author
Benjamin E. Coe
authored
test: remove fake failing tests used to test build-cop (#738)
1 parent 6c745d2 commit b389767

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

handwritten/logging/system-test/logging.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -668,13 +668,4 @@ describe('Logging', async () => {
668668
const timeCreated = name.substr(TESTS_PREFIX.length + 1).split(/-|_/g)[0];
669669
return new Date(Number(timeCreated));
670670
}
671-
672-
it('fails in continuous (system)', () => {
673-
if (
674-
process.env.KOKORO_BUILD_ARTIFACTS_SUBDIR &&
675-
process.env.KOKORO_BUILD_ARTIFACTS_SUBDIR.includes('continuous')
676-
) {
677-
assert.strictEqual(true, false);
678-
}
679-
});
680671
});

handwritten/logging/test/log.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -848,13 +848,4 @@ describe('Log', () => {
848848
}
849849
});
850850
});
851-
852-
it('fails in continuous (unit)', () => {
853-
if (
854-
process.env.KOKORO_BUILD_ARTIFACTS_SUBDIR &&
855-
process.env.KOKORO_BUILD_ARTIFACTS_SUBDIR.includes('continuous')
856-
) {
857-
assert.strictEqual(true, false);
858-
}
859-
});
860851
});

0 commit comments

Comments
 (0)