Skip to content
Snippets Groups Projects
Commit e56cb042 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'feature/disable-regression-test-adaptive-sequential' into 'master'

[test] Disable regression test for 2p2c adaptive sequential

See merge request !1638
parents b1170317 159ce717
No related branches found
No related tags found
1 merge request!1638[test] Disable regression test for 2p2c adaptive sequential
......@@ -2,21 +2,11 @@ add_input_file_links()
dune_add_test(NAME test_adaptive2p2c2d
LABELS porousmediumflow 2p2c
SOURCES test_adaptive2p2c2d.cc
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_adaptive2p2c2d-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_adaptive2p2c2d-00007.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_adaptive2p2c2d")
SOURCES test_adaptive2p2c2d.cc)
dune_add_test(NAME test_adaptive2p2c3d
LABELS porousmediumflow 2p2c
SOURCES test_adaptive2p2c3d.cc
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_adaptive2p2c3d-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_adaptive2p2c3d-00011.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_adaptive2p2c3d")
SOURCES test_adaptive2p2c3d.cc)
dune_add_test(NAME test_dec2p2c
LABELS porousmediumflow 2p2c
......
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