mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
fix unsupported qemu in tests on mac (#2627)
This commit is contained in:
parent
a6cf387a24
commit
0c1e6e97e4
@ -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…
Reference in New Issue
Block a user