Commit cfa57a3
committed
Disable sandboxed exclusive tests
This Bazel flag's value was flipped to `true` in Bazel 7 and causes some
integration tests to fail:
//tests/ghcWithPackages_2097:ghc_with_packages_test_nixpkgs_bazel_7
//tests/haskell_module/repl:haskell_module_repl_cross_library_deps_test_nixpkgs_bazel_7
//tests/recompilation:recompilation_test_nixpkgs_bazel_7
//tests/repl-targets:hs_bin_repl_test_nixpkgs_bazel_7
//tests/repl-targets:hs_lib_repl_test_nixpkgs_bazel_6
//tests/repl-targets:hs_lib_repl_test_nixpkgs_bazel_7
//tests/ghcWithPackages_2097:ghc_with_packages_test_bindist_7_1_0
//tests/haskell_module/repl:haskell_module_repl_cross_library_deps_test_bindist_7_1_0
//tests/recompilation:recompilation_test_bindist_7_1_0
//tests/repl-targets:hs_bin_repl_test_bindist_7_1_0
//tests/repl-targets:hs_lib_repl_test_bindist_6_0_0
//tests/repl-targets:hs_lib_repl_test_bindist_6_3_2
//tests/repl-targets:hs_lib_repl_test_bindist_6_5_0
//tests/repl-targets:hs_lib_repl_test_bindist_7_1_01 parent cf3cc40 commit cfa57a3
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments