mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-14 10:11:54 -04:00
gcp: only run test with TPM simulator
This commit is contained in:
parent
3c07430e17
commit
ea897baf39
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ go_test(
|
|||
"validator_test.go",
|
||||
],
|
||||
embed = [":snp"],
|
||||
# keep
|
||||
gotags = select({
|
||||
"//bazel/settings:tpm_simulator_enabled": [],
|
||||
"//conditions:default": ["disable_tpm_simulator"],
|
||||
}),
|
||||
deps = [
|
||||
"//internal/attestation",
|
||||
"//internal/attestation/aws/snp/testdata",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue