Skip to content

Commit

Permalink
Add missing build tags to e2e tests (#100)
Browse files Browse the repository at this point in the history
* add to setup

* add to delivery
  • Loading branch information
friedrichwilken authored Sep 15, 2023
1 parent f66f13c commit 796586b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hack/e2e/eventing/delivery/delivery_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build e2e
// +build e2e

package delivery

import (
Expand All @@ -8,9 +11,10 @@ import (
"github.com/kyma-project/eventing-manager/hack/e2e/common/eventing"

"github.com/cloudevents/sdk-go/v2/binding"
"github.com/stretchr/testify/require"

"github.com/kyma-project/eventing-manager/hack/e2e/common"
"github.com/kyma-project/eventing-manager/hack/e2e/common/fixtures"
"github.com/stretchr/testify/require"

"github.com/kyma-project/eventing-manager/hack/e2e/common/testenvironment"
)
Expand Down
3 changes: 3 additions & 0 deletions hack/e2e/eventing/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

import (
Expand Down

0 comments on commit 796586b

Please sign in to comment.