Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fix platform test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Jun 2, 2016
1 parent ddf2d16 commit 43a812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/process_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ func TestFindProcessTest(t *testing.T) {
procs, err := FindProcesses(NewMatcher(path, PathEqual, testLog), 0, 0, testLog)
require.NoError(t, err)
// TODO: Fix flakiness where we might have more than 1 process here
require.Equal(t, len(procs) >= 1)
require.True(t, len(procs) >= 1)
//assert.Equal(t, pid, procs[0].Pid())
}

0 comments on commit 43a812d

Please sign in to comment.