game.input: This test fails on Windows machines without mice. Disable

for now
factor-shell
Doug Coleman 2017-09-01 09:19:24 -05:00
parent 9a2af5a312
commit 6c965dbe21
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ USING: ui game.input tools.test kernel system threads calendar
combinators.short-circuit ; combinators.short-circuit ;
IN: game.input.tests IN: game.input.tests
os { [ windows? ] [ macosx? ] } 1|| [ ! os { [ windows? ] [ macosx? ] } 1|| [
! This test only works if a mouse is present. Issue #1844
os { [ macosx? ] } 1|| [
[ ] [ open-game-input ] unit-test [ ] [ open-game-input ] unit-test
[ ] [ 1 seconds sleep ] unit-test [ ] [ 1 seconds sleep ] unit-test
[ ] [ close-game-input ] unit-test [ ] [ close-game-input ] unit-test