Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove workaround in CreateItemTest#duplicate_item_name_displays_error #1549

Open
basil opened this issue May 14, 2024 · 0 comments
Open

Remove workaround in CreateItemTest#duplicate_item_name_displays_error #1549

basil opened this issue May 14, 2024 · 0 comments
Labels

Comments

@basil
Copy link
Member

basil commented May 14, 2024

Starting with jenkinsci/jenkins#9111 by @janfaracik in 2.453, CreateItemTest#duplicate_item_name_displays_error fails with

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant