test: Run unit tests regardless of 'Supported' amendment status (#5537)

This commit is contained in:
Vlad
2025-07-16 12:47:54 +01:00
committed by tequ
parent 2bafbe80e0
commit 3a4519c83b
98 changed files with 317 additions and 365 deletions

View File

@@ -4617,7 +4617,7 @@ public:
run() override
{
using namespace test::jtx;
testWithFeatures(supported_amendments());
testWithFeatures(testable_amendments());
}
};