about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-10-24 20:13:47 +0900
committerCaleb Cartwright <calebcartwright@users.noreply.github.com>2022-11-05 19:51:01 -0500
commiteb07a5ea417f4fb54cbfaa0a74992208c0435bad (patch)
tree05956f59f756bb334b06fc77306d8a5f6157b1e4
parentef91154250977b3b5d05448dafbca524a1168b47 (diff)
downloadrust-eb07a5ea417f4fb54cbfaa0a74992208c0435bad.tar.gz
rust-eb07a5ea417f4fb54cbfaa0a74992208c0435bad.zip
Remove `failure` integration test
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-rw-r--r--.github/workflows/integration.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 4d8899b434b..314ce0e84c6 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -27,7 +27,6 @@ jobs:
           tempdir,
           futures-rs,
           rust-clippy,
-          failure,
         ]
         include:
           # Allowed Failures
@@ -63,9 +62,6 @@ jobs:
           # Original comment was: temporal build failure due to breaking changes in the nightly compiler
           - integration: rust-semverver
             allow-failure: true
-          # Can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
-          - integration: failure
-            allow-failure: true
 
     steps:
     - name: checkout