Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions openshift-hack/cmd/k8s-tests-ext/disabled_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {

// https://issues.redhat.com/browse/OCPBUGS-45275
"[sig-network] Connectivity Pod Lifecycle should be able to connect to other Pod from a terminating Pod",

// https://issues.redhat.com/browse/OCPBUGS-61376
"[sig-autoscaling] [Feature:HPA] Horizontal pod autoscaling",
},
// tests that need to be temporarily disabled while the rebase is in progress.
"RebaseInProgress": {
Expand Down Expand Up @@ -212,8 +209,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
// tests that are known flaky
"Flaky": {
"Job should run a job to completion when tasks sometimes fail and are not locally restarted", // seems flaky, also may require too many resources
// TODO(node): test works when run alone, but not in the suite in CI
"[Feature:HPA] Horizontal pod autoscaling (scale resource: CPU) [sig-autoscaling] ReplicationController light Should scale from 1 pod to 2 pods",
},
}

Expand Down
1 change: 1 addition & 0 deletions openshift-hack/cmd/k8s-tests-ext/k8s-tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func withExcludedTestsFilter(baseExpr string) string {
"[Slow]",
"[Flaky]",
"[Local]",
"[Feature:HPA]", // We enable these tests through its own HPA prow job
}

filter := ""
Expand Down
2 changes: 0 additions & 2 deletions openshift-hack/cmd/k8s-tests-ext/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ func addLabelsToSpecs(specs et.ExtensionTestSpecs) {

"Should be able to support the 1.7 Sample API Server using the current Aggregator", // down apiservices break other clients today https://bugzilla.redhat.com/show_bug.cgi?id=1623195

"[Feature:HPA] Horizontal pod autoscaling (scale resource: CPU) [sig-autoscaling] ReplicationController light Should scale from 1 pod to 2 pods",

"should prevent Ingress creation if more than 1 IngressClass marked as default", // https://bugzilla.redhat.com/show_bug.cgi?id=1822286

"[sig-network] IngressClass [Feature:Ingress] should set default value on new IngressClass", //https://bugzilla.redhat.com/show_bug.cgi?id=1833583
Expand Down