Skip to content

Commit 5790251

Browse files
committed
t disable test where we continue next week
1 parent a3180ac commit 5790251

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

approvaltests-tests/src/test/java/org/approvaltests/awt/ApprovalsTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.approvaltests.reporters.ClipboardReporter;
44
import org.approvaltests.reporters.UseReporter;
5+
import org.junit.jupiter.api.Disabled;
56
import org.junit.jupiter.api.Test;
67
import org.junit.jupiter.api.condition.DisabledOnJre;
78
import org.junit.jupiter.api.condition.EnabledOnJre;
@@ -17,7 +18,8 @@ void customPanel()
1718
final CustomPanel panel = new CustomPanel();
1819
AwtApprovals.verify(panel);
1920
}
20-
@DisabledOnJre({JRE.JAVA_8})
21+
// @DisabledOnJre({JRE.JAVA_8})
22+
@Disabled("continue here next week")
2123
@Test
2224
void customPanelWithText()
2325
{

0 commit comments

Comments
 (0)