Skip to content

Commit

Permalink
TEST: this test fails on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygray committed Feb 28, 2015
1 parent 121d0fd commit 8a1ba80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion psychopy/tests/test_misc/test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ def test_misc(self):
m.getPressed(getTime=True)

def test_isPressedIn(self):
#pytest.skip()
if travis:
pytest.skip()
# travis error: ValueError: Monitor __blank__ has no known size in pixels (SEE MONITOR CENTER)

m = event.Mouse(self.win, newPos=(0,0))
s = ShapeStim(self.win, vertices=[[10,10],[10,-10],[-10,-10],[-10,10]], autoLog=False)
Expand Down

0 comments on commit 8a1ba80

Please sign in to comment.