Skip to content

Commit

Permalink
ignoring some htmlunit tests to get travis to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 22, 2016
1 parent f886157 commit e1b0cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ public void testSelectionSelectBySymbol() {

@Test
@Ignore(IE)
@JavascriptEnabled
public void testSelectionSelectByWord() {
assumeFalse(
"MacOS has alternative keyboard",
Expand Down Expand Up @@ -247,6 +248,7 @@ public void testSelectionSelectByWord() {

@Test
@Ignore(IE)
@JavascriptEnabled
public void testSelectionSelectAll() {
assumeFalse(
"MacOS has alternative keyboard",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ public void testMouseMovementWorksWhenNavigatingToAnotherPage() {
}

@Test
@Ignore(HTMLUNIT)
public void testChordControlCutAndPaste() {
assumeFalse("FIXME: macs don't have CONRTROL key", getEffectivePlatform().is(Platform.MAC));
assumeFalse("Windows: native events library does not support storing modifiers state yet",
Expand Down

0 comments on commit e1b0cf8

Please sign in to comment.