You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at core.CreateItemTest.duplicate_item_name_displays_error(CreateItemTest.java:47)
This regression is tracked in core as JENKINS-73034.
This regression destabilized this test suite, as described in #1545. A workaround was added in this repository in #1547. As part of fixing JENKINS-73034, this workaround should be removed.