Merge pull request #1427 from jim-minter/redeployflake

disable VM redeploy action test
This commit is contained in:
Jim Minter 2021-04-06 19:26:19 -05:00 коммит произвёл GitHub
Родитель d333c9691b f334a42a40
Коммит 787df88e3e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,11 @@ import (
"github.com/Azure/ARO-RP/pkg/util/stringutils"
)
var _ = Describe("[Admin API] VM redeploy action", func() {
// TODO(jminter, 06/04/2021): re-enable this test. Right now, ActivityLogs.List
// has stopped returning the correct activity log record. The record is visible
// via the portal, which uses api-version 2017-03-01-preview, but that's not
// available in the Go SDK. Shrug.
var _ = XDescribe("[Admin API] VM redeploy action", func() {
BeforeEach(skipIfNotInDevelopmentEnv)
It("should trigger a selected VM to redeploy", func() {