Skip to content

Commit 1776c96

Browse files
committed
Update Destructive Context to use Label filter in operator tests
Signed-off-by: Thomas-David Griedel griedel911@gmail.com
1 parent f3387bd commit 1776c96

File tree

3 files changed

+146
-1
lines changed

3 files changed

+146
-1
lines changed

MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
###############################################################################
2+
# Bazel now uses Bzlmod by default to manage external dependencies.
3+
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
4+
#
5+
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
6+
###############################################################################

MODULE.bazel.lock

Lines changed: 139 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/operator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242
)
4343

4444
var _ = Describe("ALL Operator tests", func() {
45-
Context("[Destructive]", Serial, func() {
45+
Context("[Destructive]", Label("Destructive"), Serial, func() {
4646
var _ = Describe("Operator tests", func() {
4747
f := framework.NewFramework("operator-test")
4848

0 commit comments

Comments
 (0)