JAL-3137 tests are for linux only
authorJim Procter <j.procter@dundee.ac.uk>
Fri, 28 Jan 2022 17:24:15 +0000 (17:24 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Fri, 28 Jan 2022 17:24:15 +0000 (17:24 +0000)
test/jalview/bin/HiDPISettingTest2.java

index 71d13d0..470ec35 100644 (file)
@@ -162,7 +162,7 @@ public class HiDPISettingTest2
   @Test(groups = { "Functional" }, dataProvider = "hidpiScaleArguments")
   public void testHiDPISettings(int scale)
   {
-    if (Platform.isLinux())
+    if (!Platform.isLinux())
     {
       throw new SkipException(
               "Not linux platform, not testing actual scaling with "