Skip to content

Commit

Permalink
Stop setting tests as parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jul 8, 2024
1 parent 58ad5a0 commit acc9cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func NewTest(t *testing.T, cfg *TestConfig) *Test {
i.sqlitePath = path.Join(i.t.TempDir(), "soroban_rpc.sqlite")
}

if parallel {
if parallel && false {
t.Parallel()
}

Expand Down

0 comments on commit acc9cfc

Please sign in to comment.