Skip to content

Commit

Permalink
remove unreliable test
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jul 12, 2015
1 parent af7d5c8 commit 9ea6849
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_psutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,6 @@ def test_process_iter(self):
p.wait()
self.assertNotIn(sproc.pid, [x.pid for x in psutil.process_iter()])

@retry_before_failing(50)
def test_process_iter_against_pids(self):
self.assertEqual(len(list(psutil.process_iter())), len(psutil.pids()))

def test_wait_procs(self):
def callback(p):
l.append(p.pid)
Expand Down

0 comments on commit 9ea6849

Please sign in to comment.