Skip to content

Commit da61765

Browse files
committed
ci: drop cni tests
We have no supported it since 5.0 upstream, the latest ci image does not have all the deps for it so just remove it. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent e7eacda commit da61765

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

common/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ test: test-unit
102102
test-unit: netavark-testplugin
103103
go test --tags seccomp,$(BUILDTAGS) -v ./...
104104
go test --tags remote,$(BUILDTAGS) -v ./pkg/config
105-
go test --tags cni,$(BUILDTAGS) -v ./libnetwork/cni
106105

107106
clean: ## Clean artifacts
108107
$(MAKE) -C docs clean

0 commit comments

Comments
 (0)