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 {