Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,19 @@ cet_test(
Boost::json
)

if(FALSE)
# Disable pending resolution of [Change fold-result caching to use
# `multilayer_join_node`](https://github.com/Framework-R-D/phlex/issues/359)
cet_test(
different_hierarchies
USE_CATCH2_MAIN
SOURCE
different_hierarchies.cpp
LIBRARIES
phlex::core_internal
spdlog::spdlog
layer_generator_internal
)
endif()
cet_test(
different_hierarchies
USE_CATCH2_MAIN
SOURCE
different_hierarchies.cpp
LIBRARIES
phlex::core_internal
spdlog::spdlog
layer_generator_internal
)
# Disable pending resolution of [Change fold-result caching to use
# `multilayer_join_node`](https://github.com/Framework-R-D/phlex/issues/359)
set_tests_properties(different_hierarchies PROPERTIES DISABLED TRUE)

cet_test(filter_impl USE_CATCH2_MAIN SOURCE filter_impl.cpp LIBRARIES
phlex::core_internal
Expand Down
Loading