Allow disruptive conformance tests and marks 2
- Adjusts tooling to allow disrutpive tests to be marked conformance - Updates the corresponding tests - Marks 2 tests as disruptive
This commit is contained in:
@@ -44,7 +44,7 @@ var (
|
||||
totalConfTests, totalLegacyTests, missingComments int
|
||||
|
||||
// If a test name contains any of these tags, it is ineligble for promotion to conformance
|
||||
regexIneligibleTags = regexp.MustCompile(`\[(Alpha|Disruptive|Feature:[^\]]+|Flaky)\]`)
|
||||
regexIneligibleTags = regexp.MustCompile(`\[(Alpha|Feature:[^\]]+|Flaky)\]`)
|
||||
)
|
||||
|
||||
const regexDescribe = "Describe|KubeDescribe|SIGDescribe"
|
||||
|
Reference in New Issue
Block a user