Skip to content

Commit feb5fcb

Browse files
committed
Disable unit tests
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
1 parent 77373a1 commit feb5fcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/presubmit-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ function build_tests() {
99
./hack/build.sh || fail_test "build tests failed"
1010
}
1111

12+
function unit_tests() {
13+
header "Running unit tests"
14+
# ... nothing to do for now
15+
}
16+
1217
main $@

0 commit comments

Comments
 (0)