Skip failing test InitialWindowSizeTest on Linux

XMLWordPrintable

      As noted in JDK-8310845, the InitialWindowSizeTest, which was added to test the (Windows-specific) fix for JDK-8299348, fails on Linux. This test needs to be skipped on Linux until JDK-8310845 is fixed like this:

              // JDK-8310845
              assumeFalse(PlatformUtil.isLinux());

            Assignee:
            Michael Strauß
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: