Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
62fb98af
Commit
62fb98af
authored
Aug 04, 2019
by
Emmanuel Promayon
Browse files
FIXED cannot run integration test on Windows VM: disabling test
parent
fd9d676c
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tutorials/actions/hardcodedpipeline/CMakeLists.txt
View file @
62fb98af
...
...
@@ -5,3 +5,10 @@ camitk_extension(ACTION_EXTENSION
# But integration test will perform all the required tests.
ENABLE_INTEGRATION_TEST
)
camitk_tests_requirement
(
TESTS action-hardcodedpipeline-integration-test
REQUIRES
"NOT WIN32"
REASON
"WIN32 OpenGL failure on a VM
This test will always fail when run inside a VM due to OpenGL crash.
This test will pass when run directly from a physical windows machine."
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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