diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-11-29 12:07:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 12:07:47 +0100 |
commit | 5178e093ed366b59964bc435b0d1bd127a83df8c (patch) | |
tree | c3674264d85219a87cdf463501b26004fa4cc6f3 /cli/tests/integration/test_tests.rs | |
parent | 6c09e023049631ea8b168aec53db4f652a1ec0aa (diff) |
Revert "fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12908)" (#12929)
This reverts commit d335343a79afbcfe719109af510fe7a1dd0df2e8.
Diffstat (limited to 'cli/tests/integration/test_tests.rs')
-rw-r--r-- | cli/tests/integration/test_tests.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index 07c1b6c7d..3f23efca2 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -151,11 +151,6 @@ itest!(ops_sanitizer_unstable { output: "test/ops_sanitizer_unstable.out", }); -itest!(ops_sanitizer_timeout_failure { - args: "test test/ops_sanitizer_timeout_failure.ts", - output: "test/ops_sanitizer_timeout_failure.out", -}); - itest!(exit_sanitizer { args: "test test/exit_sanitizer.ts", output: "test/exit_sanitizer.out", |