Skip to content

Commit

Permalink
Disable controller tests for now (#231)
Browse files Browse the repository at this point in the history
* Disable controller tests for now

* Update iron.yml

* Fix ci
  • Loading branch information
hellantos authored Nov 22, 2023
1 parent 989f52b commit da734e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
BEFORE_INSTALL_TARGET_DEPENDENCIES: 'sudo apt-get update'
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
ROS_REPO: ${{ matrix.ROS_REPO }}
NOT_TEST_BUILD: true
NOT_TEST_BUILD: 1
2 changes: 1 addition & 1 deletion .github/workflows/rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling, iron]
ROS_DISTRO: [rolling]
ROS_REPO: [testing]
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
Expand Down
2 changes: 1 addition & 1 deletion canopen_ros2_controllers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install(
DESTINATION include
)

if(BUILD_TESTING)
if(FALSE)
find_package(ament_cmake_gmock REQUIRED)

ament_add_gmock(test_load_canopen_proxy_controller test/test_load_canopen_proxy_controller.cpp)
Expand Down

0 comments on commit da734e5

Please sign in to comment.