diff --git a/.drone.star b/.drone.star index 66fb7fdf7f..638f1330b3 100644 --- a/.drone.star +++ b/.drone.star @@ -101,7 +101,6 @@ config = { "localApiTests": { "basic": { "suites": [ - "apiAccountsHashDifficulty", "apiArchiver", "apiContract", "apiGraph", @@ -114,6 +113,12 @@ config = { ], "skip": False, }, + "apiAccountsHashDifficulty": { + "suites": [ + "apiAccountsHashDifficulty", + ], + "accounts_hash_difficulty": "default", + }, "apiNotification": { "suites": [ "apiNotification",