Skip to content
Snippets Groups Projects
Verified Commit 5fce7fdf authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

CI: Fix linear selector test

Verified that the ground truth was incorrect originally.
parent 17d37046
No related branches found
No related tags found
No related merge requests found
set(test_exclusions
# Random Memory Leak #18599
"^VTK::FiltersCorePython-probe$"
# This test just seems to be incorrect.
"^VTK::FiltersSelectionCxx-TestLinearSelector3D$")
"^VTK::FiltersCorePython-probe$")
if (NOT "$ENV{CMAKE_CONFIGURATION}" MATCHES "windows")
list(APPEND test_exclusions
......
......@@ -24,8 +24,8 @@
// Reference values
const vtkIdType cardSelection[] = {
54,
54,
108,
76,
130,
45,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment