Skip to content
Snippets Groups Projects
Unverified Commit 9a7dfc4f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Disable test:redox for now

parent 063d2541
No related branches found
No related tags found
No related merge requests found
Pipeline #11335 passed
...@@ -34,18 +34,19 @@ test:linux: ...@@ -34,18 +34,19 @@ test:linux:
script: script:
- make test - make test
test:redox: #TODO: fix redoxer exec hangs
stage: test # test:redox:
needs: # stage: test
- build:redox # needs:
dependencies: # - build:redox
- build:redox # dependencies:
variables: # - build:redox
TARGET: x86_64-unknown-redox # variables:
script: # TARGET: x86_64-unknown-redox
- ./redoxer.sh test # script:
# TODO: Out of memory # - ./redoxer.sh test
allow_failure: true # # TODO: Out of memory
# allow_failure: true
fmt: fmt:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment