]> git.lizzy.rs Git - rust.git/commitdiff
Temporarily disable serde integration test
authorflip1995 <hello@philkrones.com>
Sat, 23 Nov 2019 15:47:59 +0000 (16:47 +0100)
committerflip1995 <hello@philkrones.com>
Sat, 23 Nov 2019 15:47:59 +0000 (16:47 +0100)
ICEs because of rustc, not Clippy

.travis.yml

index 03cd66749d5a9ce2ee41b2806b4e20c07dff0246..e714b82b19fe8d3d3d31bed0043b60dd314d86f6 100644 (file)
@@ -72,8 +72,9 @@ matrix:
       if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
     - env: INTEGRATION=bluss/rust-itertools
       if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
-    - env: INTEGRATION=serde-rs/serde
-      if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
+    # FIXME: rustc ICE on `serde_test_suite`
+    # - env: INTEGRATION=serde-rs/serde
+    #   if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
     - env: INTEGRATION=rust-lang-nursery/stdsimd
       if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
     - env: INTEGRATION=rust-random/rand