Wasm builds + tests take a long time and eventually break with 1-2 flaky tests. The syntax to disable them has some problems.
Run ctest --test-dir build/wasm/test/ --output-on-failure -j ${TEST_JOBS} --timeout 600 -- --gtest_filter="-e2e_test_agg~hash_leak.LargeAggregateLeakTest:CopyTest.GracefulBMExceptionHandlingManyThreads"
CMake Error: Unknown argument: --
CMake Error: Run 'ctest --help' for all supported options.
Wasm builds + tests take a long time and eventually break with 1-2 flaky tests. The syntax to disable them has some problems.