From 7452eba42391b721faa7cc3acd7738880f79667a Mon Sep 17 00:00:00 2001 From: seelabs Date: Fri, 15 Sep 2023 10:03:21 -0400 Subject: [PATCH] [fold] Explictly disable the feature in temDISABLED test --- src/test/app/XChain_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/XChain_test.cpp b/src/test/app/XChain_test.cpp index 14fcf8bf3cd..a27370dbf02 100644 --- a/src/test/app/XChain_test.cpp +++ b/src/test/app/XChain_test.cpp @@ -532,7 +532,7 @@ struct XChain_test : public beast::unit_test::suite, // coverage test: BridgeCreate::preflight() - create bridge when feature // disabled. { - Env env(*this); + Env env(*this, supported_amendments() - featureXChainBridge); env(create_bridge(Account::master, jvb), ter(temDISABLED)); }