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
Exception in thread "main" java.lang.RuntimeException: The following arguments were not found as available tests: [/java/maven-metadata]
at org.fedoraproject.javapackages.validator.Main.select(Main.java:516)
at org.fedoraproject.javapackages.validator.Main.run(Main.java:644)
at org.fedoraproject.javapackages.validator.Main.main(Main.java:655)
The exception indicates that the test /java/maven-metadata was not found, but it is available and debug output confirms that:
[DEBUG] Available tests:
...
/java/maven-metadata
The text was updated successfully, but these errors were encountered:
I am unable to run validator by test name.
Reproducer:
Actual output:
The exception indicates that the test
/java/maven-metadata
was not found, but it is available and debug output confirms that:The text was updated successfully, but these errors were encountered: