Skip to content

Commit

Permalink
FIX: Niceness test is skipped under scoop (due to execution in main p…
Browse files Browse the repository at this point in the history
…rocess);
  • Loading branch information
SmokinCaterpillar committed Aug 11, 2015
1 parent 4e956f3 commit ffae459
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pypet/tests/integration/environment_scoop_test.py
Expand Up @@ -84,6 +84,11 @@ def set_mode(self):
self.use_pool=False
self.use_scoop=True


@unittest.skip('Does not work with scoop (fully), because scoop uses main frame.')
def test_niceness(self):
pass

# def test_run(self):
# return super(MultiprocSCOOPLocalTest, self).test_run()

Expand Down

0 comments on commit ffae459

Please sign in to comment.