Skip to content

Commit

Permalink
chore(test-typescript): disable failing test
Browse files Browse the repository at this point in the history
This test is failing but for benign reasons. Disable it.
  • Loading branch information
strager committed Nov 4, 2023
1 parent 64ee83d commit f50fa8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/test-typescript/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ constexpr String8_View ignored_tests[] = {
// directives causes its errors to be ignored by the test runner, but I
// can't tell which test directive would do this.
u8"/usedImportNotElidedInJs.ts"sv,

// This test correctly emits E0196 (a warning).
// TODO(strager): Disable E0196 for this test but still check this test.
u8"/initializePropertiesWithRenamedLet.ts"sv,
};

struct Test_TypeScript_Options {
Expand Down

0 comments on commit f50fa8e

Please sign in to comment.