testquarantine: Implement test quarantining
This change implements the `testquarantine` package which provides the ability to centrally define tests that should skip execution. During test execution `SkipQuarantinedTest()` can be invoked to check if the current test is to be skipped.
Showing
- internal/gitaly/transaction_manager_test.go 5 additions, 0 deletionsinternal/gitaly/transaction_manager_test.go
- internal/testhelper/testquarantine/quarantine.go 40 additions, 0 deletionsinternal/testhelper/testquarantine/quarantine.go
- internal/testhelper/testquarantine/tq_test_transaction_manager.go 10 additions, 0 deletions.../testhelper/testquarantine/tq_test_transaction_manager.go
Please register or sign in to comment