diff options
| author | Eric Huss <eric@huss.org> | 2023-04-15 07:40:19 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2023-04-15 07:40:19 -0700 |
| commit | 79b3af3f623046bb1fccafdffab0432863a58315 (patch) | |
| tree | 5cdbb8076fea12eca3e30a5e9afbf2a2eef69952 | |
| parent | ce1073ba9d894b2e351b2a85fcd39f2c99b78974 (diff) | |
| download | rust-79b3af3f623046bb1fccafdffab0432863a58315.tar.gz rust-79b3af3f623046bb1fccafdffab0432863a58315.zip | |
Temporarily disable the jobserver-error test
| -rw-r--r-- | tests/run-make/jobserver-error/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/jobserver-error/Makefile b/tests/run-make/jobserver-error/Makefile index 39946ae5edb..4a1699cc740 100644 --- a/tests/run-make/jobserver-error/Makefile +++ b/tests/run-make/jobserver-error/Makefile @@ -1,6 +1,7 @@ include ../tools.mk # only-linux +# ignore-test: This test randomly fails, see https://github.com/rust-lang/rust/issues/110321 # Test compiler behavior in case: `jobserver-auth` points to correct pipe which is not jobserver. |
