mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
16 lines
347 B
Python
16 lines
347 B
Python
load("//bazel/go:go_test.bzl", "go_test")
|
|
|
|
go_test(
|
|
name = "provider-upgrade_test",
|
|
srcs = ["upgrade_test.go"],
|
|
# keep
|
|
gotags = ["e2e"],
|
|
tags = ["manual"],
|
|
deps = [
|
|
"//e2e/internal/kubectl",
|
|
"//e2e/internal/upgrade",
|
|
"//internal/constants",
|
|
"@com_github_stretchr_testify//require",
|
|
],
|
|
)
|