From 6b651f49569c347d0cf1ae1c2c0c57e5079cc26f Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Wed, 3 Aug 2022 23:26:45 +0530 Subject: [PATCH] rm : t.parallel() --- tests/bor/bor_api_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bor/bor_api_test.go b/tests/bor/bor_api_test.go index ea8003d9b4..63d2c8f3d5 100644 --- a/tests/bor/bor_api_test.go +++ b/tests/bor/bor_api_test.go @@ -130,7 +130,6 @@ func testGetTransactionByBlockNumberAndIndex(t *testing.T, publicTransactionPool // This Testcase tests functions for RPC API calls. // NOTE : Changes to this function might affect the child testcases. func TestAPIs(t *testing.T) { - t.Parallel() defer func() { if err := stack.Close(); err != nil {