rm unnecessary hidden test tags (#1415)
Build and Deploy on local RHEL9 / build (push) Successful in 2m3s
Build on RHEL9 docker image / build (push) Successful in 3m53s
Build on RHEL8 docker image / build (push) Successful in 4m49s
Build and Deploy on local RHEL8 / build (push) Successful in 4m59s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m39s
Run Simulator Tests on local RHEL8 / build (push) Successful in 17m2s

* removed hidden tags other than .detectorintegration and .disable_check_data_file

* updated label, minor
This commit is contained in:
2026-03-05 17:11:56 +01:00
committed by GitHub
parent 384b2480ab
commit 6982b8cfa4
18 changed files with 83 additions and 363 deletions
+2 -2
View File
@@ -121,8 +121,8 @@ TEST_CASE("Convert BitAddress using classes", "[support]") {
}
}
TEST_CASE("Output operator gives same result as string",
"[support]") {
TEST_CASE("RegisterAddress Output operator gives same result as string",
"[support][reg]") {
{
RegisterAddress addr{0x3456af};
std::ostringstream os;