diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-10-01 12:46:54 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-01 12:49:12 -0700 |
commit | 103a3906b0ad8cfba7c2a534a7c3aeb22f8e58a8 (patch) | |
tree | e72ddc96cccd319b31dc31eea7b5003ace989538 /test/runtimes/BUILD | |
parent | 277f84ad20871d1f830a3e63486e8784e8dd3164 (diff) |
Add blacklist support to the runtime test runner.
Tests in the blacklist will be explicitly skipped (with associated log line).
Checks in a blacklist for the nodejs tests.
PiperOrigin-RevId: 272272749
Diffstat (limited to 'test/runtimes/BUILD')
-rw-r--r-- | test/runtimes/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/BUILD b/test/runtimes/BUILD index dfb4e2a97..1cde74cfc 100644 --- a/test/runtimes/BUILD +++ b/test/runtimes/BUILD @@ -26,6 +26,7 @@ runtime_test( ) runtime_test( + blacklist_file = "blacklist_nodejs12.4.0.csv", image = "gcr.io/gvisor-presubmit/nodejs12.4.0", lang = "nodejs", ) |