Skip to content

Commit 23dac3c

Browse files
authored
Merge pull request #297 from cipherstash/chore/disabe-elixir-integration-tests
chore: 🔧 disable elixir integration tests
2 parents f74f8ce + 774fa43 commit 23dac3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mise.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ echo '###############################################'
351351
echo
352352
mise run test:integration:lang:golang
353353
mise run test:integration:lang:python
354-
mise run test:integration:lang:elixir
354+
# Commented out pending fix of the root cause of the test flake
355+
# mise run test:integration:lang:elixir
355356
"""
356357

357358
[tasks."test:nextest"]

0 commit comments

Comments
 (0)