Commit 8e268f1
committed
chore: exclude e2e tests from make test unconditionally
The `test/cvo` e2e tests require a live OCP cluster and were
excluded from make test only when CI=true. This caused make test
to fail locally when no cluster is available.
This commit makes the exclusion unconditional so make test
behaves consistently
Signed-off-by: vprashar2929 <vibhu.sharma2929@gmail.com>1 parent f763687 commit 8e268f1
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments