Skip to content

Commit 65b3890

Browse files
committed
ci: disable the interop test
1 parent 542cc58 commit 65b3890

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323

2424
- uses: actions-rust-lang/setup-rust-toolchain@v1
2525

26-
- name: Run interop tests
27-
shell: bash
28-
run: |
29-
source /opt/ros/jazzy/setup.bash
30-
cargo test -p ros-z-tests --features interop-tests --release
26+
# FIXME: This fails on Github runner
27+
# - name: Run interop tests
28+
# shell: bash
29+
# run: |
30+
# source /opt/ros/jazzy/setup.bash
31+
# cargo test -p ros-z-tests --features interop-tests --release

0 commit comments

Comments
 (0)