Commit bb4951c
Remove unused OIDC test suite and time import
The oidc/serial-disruptive suite was defined but never used by any Prow job.
Analysis showed:
- No Prow job in openshift/release sets TEST_SUITE to this suite
- OIDC tests run via two paths:
1. operator/serial suite (via e2e-aws-operator-serial-ote)
2. Direct go test (via e2e-oidc job using make test-e2e-oidc)
- The suite definition was dead code
Also removed the now-unused time package import.
Co-Authored-By: Rohit Patil <ropatil@redhat.com>1 parent c11012c commit bb4951c
1 file changed
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | 129 | | |
145 | 130 | | |
146 | 131 | | |
| |||
0 commit comments