Skip to content

Commit

Permalink
Return build tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Dec 8, 2023
1 parent a4addaa commit f8fb12d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/cleanup/cleanup_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build e2e
// +build e2e

// Package cleanup-test is part of the end-to-end-tests. This package contains tests that evaluate the deletion of NATS
// CRs and the cascading deletion of all correlated Kubernetes resources.
// To run the tests a k8s cluster and a NATS-CR need to be available and configured. For this reason, the tests are
Expand Down
3 changes: 3 additions & 0 deletions e2e/setup/setup_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build e2e
// +build e2e

// Package setup_test is part of the end-to-end-tests. This package contains tests that evaluate the creation of a
// NATS-server CR and the creation of all correlated Kubernetes resources.
// To run the tests a Kubernetes cluster and a NATS-CR need to be available and configured. For this reason, the tests
Expand Down

0 comments on commit f8fb12d

Please sign in to comment.