mirror of
https://github.com/nlohmann/json.git
synced 2026-04-06 16:18:54 +00:00
✅ annotate non-reproducible tests #2324
This commit is contained in:
@@ -10,7 +10,9 @@ add_test(NAME cmake_add_subdirectory_build
|
||||
)
|
||||
set_tests_properties(cmake_add_subdirectory_configure PROPERTIES
|
||||
FIXTURES_SETUP cmake_add_subdirectory
|
||||
LABELS not_reproducible
|
||||
)
|
||||
set_tests_properties(cmake_add_subdirectory_build PROPERTIES
|
||||
FIXTURES_REQUIRED cmake_add_subdirectory
|
||||
LABELS not_reproducible
|
||||
)
|
||||
|
||||
@@ -12,9 +12,11 @@ if (${CMAKE_VERSION} VERSION_GREATER "3.11.0")
|
||||
set_tests_properties(cmake_fetch_content_configure PROPERTIES
|
||||
FIXTURES_SETUP cmake_fetch_content
|
||||
LABELS git_required
|
||||
LABELS not_reproducible
|
||||
)
|
||||
set_tests_properties(cmake_fetch_content_build PROPERTIES
|
||||
FIXTURES_REQUIRED cmake_fetch_content
|
||||
LABELS git_required
|
||||
LABELS not_reproducible
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
@@ -11,7 +11,9 @@ add_test(NAME cmake_import_minver_build
|
||||
)
|
||||
set_tests_properties(cmake_import_minver_configure PROPERTIES
|
||||
FIXTURES_SETUP cmake_import_minver
|
||||
LABELS not_reproducible
|
||||
)
|
||||
set_tests_properties(cmake_import_minver_build PROPERTIES
|
||||
FIXTURES_REQUIRED cmake_import_minver
|
||||
LABELS not_reproducible
|
||||
)
|
||||
|
||||
@@ -10,7 +10,9 @@ add_test(NAME cmake_target_include_directories_build
|
||||
)
|
||||
set_tests_properties(cmake_target_include_directories_configure PROPERTIES
|
||||
FIXTURES_SETUP cmake_target_include_directories
|
||||
LABELS not_reproducible
|
||||
)
|
||||
set_tests_properties(cmake_target_include_directories_build PROPERTIES
|
||||
FIXTURES_REQUIRED cmake_target_include_directories
|
||||
LABELS not_reproducible
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user