Disable the simple/simple ci test

This commit is contained in:
Rodolphe Bréard 2023-04-30 19:57:39 +02:00
parent b06024176d
commit efcdf80781

View file

@ -59,8 +59,8 @@ jobs:
with:
command: build
args: --verbose --all-features
- name: Run the integration test using simple/simple
run: ./tests/start_test.py "simple/simple"
#- name: Run the integration test using simple/simple
# run: ./tests/start_test.py "simple/simple"
- name: Run the integration test using relaxed/relaxed
run: ./tests/start_test.py "relaxed/relaxed"
cargo-fmt: