Skip to content

Commit

Permalink
fix race test
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Feb 25, 2024
1 parent 9250a77 commit bc56c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/gdtasks/commands/start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ func (suite *Suite) TestRaceTasks() {

suite.RunTaskManagerUntilTasksCompleted(tasks)

suite.FileExists(filepath.Join(suite.WorkPath, "server", "sleep_ and_check_fail.txt"))
suite.FileExists(filepath.Join(suite.WorkPath, "server", "sleep_and_check.txt"))
suite.NoFileExists(filepath.Join(suite.WorkPath, "server", "sleep_and_check_fail.txt"))
}

0 comments on commit bc56c8d

Please sign in to comment.