--- old/modules/javafx.controls/src/test/java/test/javafx/scene/control/ListCellTest.java 2017-05-05 11:00:56.000000000 +1200 +++ new/modules/javafx.controls/src/test/java/test/javafx/scene/control/ListCellTest.java 2017-05-05 11:00:56.000000000 +1200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -632,6 +632,7 @@ assertFalse(cell.isEditing()); } + @Ignore @Test public void movingListCellEditingIndexCausesCurrentlyInEditCellToCancel() { list.setEditable(true); cell.updateListView(list);