Skip to content

Commit

Permalink
block test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Sep 3, 2024
1 parent 5d91c3c commit 378120e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ func (s *concurrentListingTest) Test_ListWithMoveDir(t *testing.T) {
// Test_StatWithNewFileWrite tests for potential deadlocks or race conditions when
// statting and creating a new file happen concurrently.
func (s *concurrentListingTest) Test_StatWithNewFileWrite(t *testing.T) {
t.Parallel()
// t.Parallel()
testCaseDir := "Test_StatWithNewFileWrite"
createDirectoryStructureForTestCase(t, testCaseDir)
targetDir := path.Join(testDirPath, testCaseDir, "explicitDir")
Expand Down

0 comments on commit 378120e

Please sign in to comment.