mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
remove broken test: create azure service account
This commit is contained in:
parent
26f5aec853
commit
cce2575d68
@ -133,17 +133,6 @@ func TestInitialize(t *testing.T) {
|
|||||||
initServerAPI: &stubInitServer{initErr: someErr},
|
initServerAPI: &stubInitServer{initErr: someErr},
|
||||||
wantErr: true,
|
wantErr: true,
|
||||||
},
|
},
|
||||||
"fail to create service account": {
|
|
||||||
state: testAzureState,
|
|
||||||
idFile: &clusterIDsFile{IP: "192.0.2.1"},
|
|
||||||
configMutator: func(c *config.Config) {
|
|
||||||
c.Provider.Azure.ResourceGroup = "resourceGroup"
|
|
||||||
c.Provider.Azure.UserAssignedIdentity = "userAssignedIdentity"
|
|
||||||
},
|
|
||||||
initServerAPI: &stubInitServer{},
|
|
||||||
masterSecretShouldExist: true,
|
|
||||||
wantErr: true,
|
|
||||||
},
|
|
||||||
"fail missing enforced PCR": {
|
"fail missing enforced PCR": {
|
||||||
state: testGcpState,
|
state: testGcpState,
|
||||||
idFile: &clusterIDsFile{IP: "192.0.2.1"},
|
idFile: &clusterIDsFile{IP: "192.0.2.1"},
|
||||||
|
Loading…
Reference in New Issue
Block a user