Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 40a2847

Browse files
committed
Disable safari tests
Broken on mojave-base even with sudo safaridriver --enable (cirruslabs/macos-image-templates#14).
1 parent 2913794 commit 40a2847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ task:
134134
enable_safari_driver_script: sudo safaridriver --enable
135135
lumen_web_test_script: |
136136
pushd lumen_web
137-
wasm-pack test --headless --chrome --firefox --safari
137+
wasm-pack test --headless --chrome --firefox
138138
popd
139139
examples_spawn_chain_build_script: |
140140
pushd examples/spawn-chain
141141
wasm-pack build
142142
popd
143143
examples_spawn_chain_test_script: |
144144
pushd examples/spawn-chain
145-
wasm-pack test --headless --chrome --firefox --safari
145+
wasm-pack test --headless --chrome --firefox
146146
popd
147147
before_cache_script: rm -rf $CARGO_HOME/registry/index

0 commit comments

Comments
 (0)