hal / testsuite.next

Testsuite for HAL
Apache License 2.0
2 stars 26 forks source link

HAL-1920 part 2: Fixing ManagementOperationsTest.cancelNonProgressingOperation #193

Closed OndrejKotek closed 10 months ago

OndrejKotek commented 10 months ago

https://issues.redhat.com/browse/HAL-1920

There is a wrong assumption in the test that cancelled operations are no longer listed. Such operations can be listed, but should be marked as cancelled. This fix changes the original assumption accordingly.