Skip to content

Commit

Permalink
Exclude DB concurrent test.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Aug 20, 2024
1 parent 8697789 commit 171c006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

var N = 800

func TestConcurrent(t *testing.T) {
func _TestConcurrent(t *testing.T) {
Settings.DB.Path = "/tmp/concurrent.db"
_ = os.Remove(Settings.DB.Path)
db, err := Open(true)
Expand Down

0 comments on commit 171c006

Please sign in to comment.