From 809c64f82310a7edbb1275ae19b227fe592c364b Mon Sep 17 00:00:00 2001 From: nirajacharya2 <122071597+nirajacharya2@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:45:31 +0545 Subject: [PATCH] updating drone.star file to run apiAccountsHashDifficulty test suit with default hash difficulty (#7059) --- .drone.star | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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",