On Tue, 14 Apr 2020 13:26:51 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
> B) basically same test, but not firing the pulse - it fails without removing > and passes with removing the listener Seems like this test randomly crashes (not always) any other test from `TabPaneTest`. It might be crashing the test executed just after this one OR the next test which does `tk.firePulse()`. Also not including `tk.firePulse()` would make the test incomplete/ unreliable. > Personally, I would tend to keep and ignore that test with doc: That is better to include the test now, else very doubtful of adding it in future. Including the test in next commit with @Ignore("JDK-8242621"). ------------- PR: https://git.openjdk.java.net/jfx/pull/175