JetBrains / teamcity-investigations-auto-assigner

Assigns investigations of build failures automatically based on heuristics
Apache License 2.0
9 stars 14 forks source link

Failed tests that are ignore marked later on #53

Open Sharken03 opened 5 years ago

Sharken03 commented 5 years ago

Almost all of our investigations have resolve criteria "automatically when fixed", so the developer is only required to fix the test. However in some cases we mark the test as Ignored in the codebase, which does not clear the investigation.

Would it be possible to clear the investigation if the test is either fixed or ignored ? (This should also work for tests with an active investigation where the tests are renamed/deleted)

Another note: This assumes that each build configuration/branch pair has its own investigation.