Skip to content

Commit

Permalink
Remove ExtData1G from essential tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jun 14, 2024
1 parent 33d3113 commit 398f917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ESMA_cmake v3.45.1
- Fix bug in meson detection
- Updated `checkpoint_simulator` to not create and close file if not writing
- Update ExtData2G tests
- Update ExtData tests
- Add new category of `SLOW` tests that take 10-30 seconds and remove them from the `ESSENTIAL`
label run in CI
- Remove ExtData1G tests from `ESSENTIAL` label

### Fixed

Expand Down
1 change: 0 additions & 1 deletion Tests/ExtData_Testing_Framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ foreach(TEST_CASE ${TEST_CASES_1G})
set_tests_properties ("ExtData1G_${TEST_CASE}" PROPERTIES LABELS "EXTDATA1G_SLOW_TESTS")
else()
set_tests_properties ("ExtData1G_${TEST_CASE}" PROPERTIES LABELS "EXTDATA1G_SMALL_TESTS")
set_tests_properties ("ExtData1G_${TEST_CASE}" PROPERTIES LABELS "ESSENTIAL")
endif()
endforeach()

Expand Down

0 comments on commit 398f917

Please sign in to comment.