8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac

Reviewed-by: serb, honkar
This commit is contained in:
lawrence.andrews 2022-12-19 23:26:01 +00:00 committed by Harshitha Onkar
parent 5d330f5285
commit abc1297643

View File

@ -24,6 +24,7 @@
/*
* @test
* @bug 8054572
* @requires (os.family == "mac")
* @library /java/awt/regtesthelpers
* @build PassFailJFrame
* @summary Tests if JComboBox displays correctly when editable/non-editable
@ -92,4 +93,4 @@ public class JComboBoxBorderTest {
pfjFrame.awaitAndCheck();
}
}
}