remove (now) incorrect test case for xahaugen

This commit is contained in:
Richard Holland
2023-09-24 10:43:12 +00:00
parent 92e5e08025
commit 25b5b7134d

View File

@@ -110,17 +110,6 @@ public:
testcase("Basics");
// test that XahauGenesis disables DeletableAccounts
{
Env env(*this, features | featureXahauGenesis);
Account const alice("alice");
env.fund(XRP(10000), alice);
env.close();
env(acctdelete(alice, alice), ter(temDISABLED));
}
Env env(*this, features);
Account const alice("alice");
Account const becky("becky");