Skip to content

Commit

Permalink
gcp: only run test with TPM simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Apr 5, 2024
1 parent 837d417 commit 36f4c0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/attestation/gcp/snp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 36f4c0d

Please sign in to comment.