Skip to content

Commit

Permalink
Remove status from files to test as it may change during test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Dec 31, 2024
1 parent f43670c commit 60bd341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restartable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestRealProcPid(t *testing.T) {
})

// Test ReadFile with real data and compare to os.ReadFile
filesToTest := []string{"cmdline", "status"}
filesToTest := []string{"cmdline"}

for _, file := range filesToTest {
t.Run(file, func(t *testing.T) {
Expand Down

0 comments on commit 60bd341

Please sign in to comment.