Skip to content

Commit

Permalink
Re-enable TestFrame.UpdateMemory
Browse files Browse the repository at this point in the history
Summary: Issue causing GCC build to exhibit different behavior and cause `TestFrame.UpdateMemory()` to fail has been addressed.  Re-enable test in Github workflow.

Reviewed By: enpe

Differential Revision: D59473025

fbshipit-source-id: b7ec373305a8a80b05fc89c4f931e644c81e4274
  • Loading branch information
leapally authored and facebook-github-bot committed Jul 12, 2024
1 parent 1b030b2 commit 94c90b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
install-path: ${{ env.OCEAN_INSTALL_PATH }}/linux_static_${{ matrix.build_config }}
test-directory: impl/ocean/test/testbase
# Exclude tests that are known to fail
ctest-args: '-E TestHighPerformanceTimer|TestSignal|TestFrame.UpdateMemory'
ctest-args: '-E TestHighPerformanceTimer|TestSignal'

testcv-AdvancedFrame:
name: Run ctest in testcv (TestAdvancedFrame) (${{ matrix.build_config }}, static)
Expand Down

0 comments on commit 94c90b0

Please sign in to comment.