Skip to content

Commit 2357ee7

Browse files
committed
Fail a test
Just to get a test report in GH workflow
1 parent 4dcd2d6 commit 2357ee7

File tree

1 file changed

+2
-0
lines changed
  • nucleus/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests

1 file changed

+2
-0
lines changed

nucleus/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/DeepCopyTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import static org.junit.jupiter.api.Assertions.assertEquals;
4848
import static org.junit.jupiter.api.Assertions.assertNotNull;
4949
import static org.junit.jupiter.api.Assertions.assertThrows;
50+
import static org.junit.jupiter.api.Assertions.fail;
5051

5152
/**
5253
* Test the deepCopy feature of ConfigBeans.
@@ -65,6 +66,7 @@ public class DeepCopyTest {
6566

6667
@Test
6768
public void configCopy() throws Exception {
69+
fail("Test GH workflow");
6870
final Config config = locator.getService(Config.class);
6971
assertNotNull(config);
7072
String configName = config.getName();

0 commit comments

Comments
 (0)