Skip to content

Commit

Permalink
add e2eextensionv1beta1 to old tests (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysngupta authored Sep 8, 2022
1 parent c512862 commit 52f5f08
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// --------------------------------------------------------------------------------------------

//go:build e2eingressclass
// +build e2eingressclass
//go:build e2eextensionv1beta1ingressclass
// +build e2eextensionv1beta1ingressclass

package runner

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// --------------------------------------------------------------------------------------------

//go:build e2e
// +build e2e
//go:build e2eextensionv1beta1
// +build e2eextensionv1beta1

package runner

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// --------------------------------------------------------------------------------------------

//go:build e2e
// +build e2e
//go:build e2eextensionv1beta1
// +build e2eextensionv1beta1

package runner

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// --------------------------------------------------------------------------------------------

//go:build e2e
// +build e2e
//go:build e2eextensionv1beta1
// +build e2eextensionv1beta1

package runner

Expand Down

0 comments on commit 52f5f08

Please sign in to comment.