Skip to content

Commit

Permalink
Remove race test flag from Bank Account due to timeouts (#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerfcsantos authored Jul 24, 2024
1 parent 4b4015e commit f2ad013
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions exercises/practice/bank-account/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,5 @@
"go.mod"
]
},
"blurb": "Simulate a bank account supporting opening/closing, withdraws, and deposits of money. Watch out for concurrent transactions!",
"custom": {
"testingFlags": [
"-race"
]
}
"blurb": "Simulate a bank account supporting opening/closing, withdraws, and deposits of money. Watch out for concurrent transactions!"
}

0 comments on commit f2ad013

Please sign in to comment.