Skip to content
Snippets Groups Projects
Commit 358a6589 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Remove channelsFileTransfer and broadcast from the integration tests

channelsFileTransfer never worked reliably and is not live on network

broadcast works fine (e.g., haven) but the test is flaky. We will know pretty quickly if it doesn't work because haven will stop working.
parent d2580668
No related branches found
No related tags found
No related merge requests found
......@@ -188,20 +188,20 @@ channels:
- results/
- bin/
channelsFileTransfer:
stage: tests
image: $DOCKER_IMAGE
script:
- mkdir -p ~/.elixxir
- echo $PWD
- rm -fr results
- ./run.sh --run channelsFileTransfer
artifacts:
when: always
expire_in: '1 day'
paths:
- results/
- bin/
# channelsFileTransfer:
# stage: tests
# image: $DOCKER_IMAGE
# script:
# - mkdir -p ~/.elixxir
# - echo $PWD
# - rm -fr results
# - ./run.sh --run channelsFileTransfer
# artifacts:
# when: always
# expire_in: '1 day'
# paths:
# - results/
# - bin/
fileTransfer:
stage: tests
......@@ -233,20 +233,20 @@ connect:
- results/
- bin/
broadcast:
stage: tests
image: $DOCKER_IMAGE
script:
- mkdir -p ~/.elixxir
- echo $PWD
- rm -fr results
- ./run.sh --run broadcast
artifacts:
when: always
expire_in: '1 day'
paths:
- results/
- bin/
# broadcast:
# stage: tests
# image: $DOCKER_IMAGE
# script:
# - mkdir -p ~/.elixxir
# - echo $PWD
# - rm -fr results
# - ./run.sh --run broadcast
# artifacts:
# when: always
# expire_in: '1 day'
# paths:
# - results/
# - bin/
singleUse:
stage: tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment