Skip to content

cli/praefect: Quarantine tests in cli/praefect

Justin Tobler requested to merge jt-quarantine-test-check-subcommand into master

Currently several tests in the cli/praefect package are known to be flaky. These include:

  • TestCheckSubcommand/positional_arguments
  • TestDatalossSubcommand
  • TestAcceptDatalossSubcommand
  • TestConfiguration_validate

This change uses testhelper.SkipQuarantinedTest to quarantine these tests so it skips test execution until the flakiness is resolved.

Edited by Justin Tobler

Merge request reports