Skip to content

Commit

Permalink
Add exclude block (#27369)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebwill committed Jun 11, 2024
1 parent 61473ea commit bf3aa23
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions enos/enos-scenario-replication.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ scenario "replication" {
# softhsm packages not available for leap/sles; Enos support for softhsm
# on amzn2 to be added later.
exclude {
seal = ["pkcs11"]
distro = ["amzn2", "leap", "sles"]
primary_seal = ["pkcs11"]
distro = ["amzn2", "leap", "sles"]
}

exclude {
secondary_seal = ["pkcs11"]
distro = ["amzn2", "leap", "sles"]
}
}

Expand Down

0 comments on commit bf3aa23

Please sign in to comment.