-
Notifications
You must be signed in to change notification settings - Fork 20k
[BUG] Tests of Isomorphic
#6258
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
Labels
Comments
Hi @vil02 I want to give it a try, could you assign to me? |
@raveendra11 go ahead! |
raveendra11
added a commit
to raveendra11/Java
that referenced
this issue
Jun 3, 2025
Hello, |
@Maralsabetian: @raveendra11 is assigned to this issue and already made a promising pull-request: |
I see, Thanks. |
vil02
added a commit
that referenced
this issue
Jun 3, 2025
Fixes #6258 --------- Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
Note that the tests of
Isomorphic
are not executed.Steps to reproduce
mvn test
Excepted behavior
Tests should be executed.
Screenshots
No response
Additional context
Update the existing test file. I suggest to express the tests as parametrized (search for
@ParameterizedTest
to see examples, e.g.BandwidthAllocationTest
).The text was updated successfully, but these errors were encountered: