-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Revert changes to tasks_list test rest api spec test #7875
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Can you pull the |
Signed-off-by: Jay Deng <jayd0104@gmail.com>
16fdfff
to
c13c956
Compare
Codecov Report
@@ Coverage Diff @@
## main #7875 +/- ##
============================================
- Coverage 70.88% 70.88% -0.01%
- Complexity 56272 56293 +21
============================================
Files 4687 4687
Lines 266232 266232
Branches 39095 39095
============================================
- Hits 188714 188711 -3
- Misses 61519 61523 +4
+ Partials 15999 15998 -1 |
Moved it into it's own test case that skips below 2.1 |
Gradle Check (Jenkins) Run Completed with:
|
Closing this PR then since it's merged in #7889 |
Description
DIscovered a problem with one of the test updates in #7673 as a part of the backport #7856.
resource_stats
does not exist in OS < 2.X so I am reverting the update to the test.Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.