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

@@ -1035,7 +1035,7 @@ struct PayChan_test : public beast::unit_test::suite
{
// Credentials amendment not enabled
Env env(*this, supported_amendments() - featureCredentials);
Env env(*this, testable_amendments() - featureCredentials);
env.fund(XRP(5000), "alice", "bob");
env.close();
@@ -2344,7 +2344,7 @@ public:
run() override
{
using namespace test::jtx;
FeatureBitset const all{supported_amendments()};
FeatureBitset const all{testable_amendments()};
testWithFeats(all - disallowIncoming);
testWithFeats(all);
testDepositAuthCreds();