We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3180ac commit 5790251Copy full SHA for 5790251
approvaltests-tests/src/test/java/org/approvaltests/awt/ApprovalsTest.java
@@ -2,6 +2,7 @@
2
3
import org.approvaltests.reporters.ClipboardReporter;
4
import org.approvaltests.reporters.UseReporter;
5
+import org.junit.jupiter.api.Disabled;
6
import org.junit.jupiter.api.Test;
7
import org.junit.jupiter.api.condition.DisabledOnJre;
8
import org.junit.jupiter.api.condition.EnabledOnJre;
@@ -17,7 +18,8 @@ void customPanel()
17
18
final CustomPanel panel = new CustomPanel();
19
AwtApprovals.verify(panel);
20
}
- @DisabledOnJre({JRE.JAVA_8})
21
+// @DisabledOnJre({JRE.JAVA_8})
22
+ @Disabled("continue here next week")
23
@Test
24
void customPanelWithText()
25
{
0 commit comments