mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 00:05:21 -04:00
fix unsupported qemu in tests on mac (#2627)
This commit is contained in:
parent
a6cf387a24
commit
0c1e6e97e4
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ func TestPlan(t *testing.T) {
|
|||
}
|
||||
|
||||
cfg := config.Default()
|
||||
cfg.RemoveProviderAndAttestationExcept(cloudprovider.QEMU)
|
||||
cfg.RemoveProviderAndAttestationExcept(cloudprovider.Azure)
|
||||
|
||||
diff, err := u.Plan(context.Background(), cfg)
|
||||
if tc.wantErr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue