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 GitHub
parent c9135a63cd
commit 8bfaa7fe0a
66 changed files with 167 additions and 165 deletions

View File

@@ -2094,7 +2094,7 @@ public:
testNFTOffersWhenFreeze(features);
};
using namespace test::jtx;
auto const sa = supported_amendments();
auto const sa = testable_amendments();
testAll(
sa - featureDeepFreeze - featurePermissionedDEX -
fixEnforceNFTokenTrustlineV2);