rm unnecessary hidden test tags (#1415)

* removed hidden tags other than .detectorintegration and .disable_check_data_file

* updated label, minor
This commit is contained in:
2026-08-02 23:28:16 +02:00
committed by mazzol_a
parent ea8ec830a4
commit 2d7a48e584
16 changed files with 73 additions and 350 deletions
@@ -1032,9 +1032,8 @@ void open_hdf5_file(const std::string &file_path) {
}
#endif
TEST_CASE(
"check_master_file_attributes",
"[.detectorintegration][.cmdacquire][.cmdattr][.disable_check_data_file]") {
TEST_CASE("check_master_file_attributes",
"[.detectorintegration][.disable_check_data_file]") {
Detector det;
Caller caller(&det);