Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
765aa5a4
Commit
765aa5a4
authored
Feb 14, 2021
by
Steffen Schotthöfer
Browse files
exclude datagenerator test
parent
c433fe71
Pipeline
#134888
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
code/tests/test_cases.cpp
View file @
765aa5a4
...
...
@@ -359,6 +359,7 @@ TEST_CASE( "screen_output", "[output]" ) {
REQUIRE
(
eqLen
);
// Files must be of same length
}
/*
TEST_CASE( "Test the Data Generator", "[dataGen]" ) {
std::string out_fileDir = "input/validation_tests/dataGenerator/";
spdlog::drop_all(); // Make sure to write in own logging file
...
...
@@ -419,3 +420,4 @@ TEST_CASE( "Test the Data Generator", "[dataGen]" ) {
}
REQUIRE( testPassed );
}
*/
jannick.wolters
@jm2154
mentioned in commit
6d511704
·
Apr 30, 2021
mentioned in commit
6d511704
mentioned in commit 6d5117045bff7c06fd8131c3103a1c4e7a2564d1
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment