summaryrefslogtreecommitdiffstats
path: root/.github/workflows/integration-test-workflow.yml
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-07-01 16:30:39 +0200
committerGitHub <noreply@github.com>2021-07-01 16:30:39 +0200
commitcef3023c94a5adf7cdc1ff3be6b62e74f7ac8fe4 (patch)
treeddb5a2dff924cebca02df2998c1a75c61abc7da0 /.github/workflows/integration-test-workflow.yml
parent00f3f3d4137d6a1e3e22f9c86203657a755962c7 (diff)
Skip testcase sending_and_receiving_a_message in integration test (#321)
This test does network communication and does not reliably run on GitHub hosted runners. GitHub sometimes cuts the network connections. Signed-off-by: Michael Abel <info@abel-ikt.de>
Diffstat (limited to '.github/workflows/integration-test-workflow.yml')
-rw-r--r--.github/workflows/integration-test-workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration-test-workflow.yml b/.github/workflows/integration-test-workflow.yml
index a5998914..f99cf4dd 100644
--- a/.github/workflows/integration-test-workflow.yml
+++ b/.github/workflows/integration-test-workflow.yml
@@ -86,7 +86,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: test
- args: --verbose --features integration-test
+ args: --verbose --features integration-test -- --skip sending_and_receiving_a_message
install-and-use-rpi: