Skip to content

Remove the randomly-failing tests from single_tests.go

Tomasz Maczukin requested to merge remove-single-command-tests into master

What does this MR do?

Removes a randomly failing tests in commands/single_test.go.

Why was this MR needed?

With !594 (merged) we've added a test to a introduced fix. However, this test is not working properly - it fails randomly so it's not 100% reliable and it makes pipelines processing to fail also randomly (today I needed to restart unit tests job about 20 times in different pipelines). At this moment I think it's better to remove this test since currently we don't have idea how to fix this test.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Edited by Tomasz Maczukin

Merge request reports