1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-30 07:33:01 +04:00

annotate non-reproducible tests #2324

This commit is contained in:
Niels Lohmann
2020-08-30 13:23:34 +02:00
parent d9843fc9fc
commit 1047d09b2a
6 changed files with 12 additions and 0 deletions
+2
View File
@@ -11,7 +11,9 @@ add_test(NAME cmake_import_build
)
set_tests_properties(cmake_import_configure PROPERTIES
FIXTURES_SETUP cmake_import
LABELS not_reproducible
)
set_tests_properties(cmake_import_build PROPERTIES
FIXTURES_REQUIRED cmake_import
LABELS not_reproducible
)