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
…equence dependency (#1197)
### What changes were proposed in this pull request?
Remove Junit5 annotation `Order` in test.
### Why are the changes needed?
We need to remove sequence dependencies between test cases so that we
can run them in parallelism.
Fix: #995
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
Only changes to the test code have been made.
What would you like to be improved?
The ordered test will be executed sequentially, which would be time-consuming. We should not rely on this feature.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: