Skips flaky test on the remote cluster API (#27547)
* Skips flaky test on the remote cluster API * Adds ticket link to the `t.Skip`
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
809ad4f76d
Коммит
3e4d91590f
@@ -14,6 +14,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestGetRemoteClusters(t *testing.T) {
|
func TestGetRemoteClusters(t *testing.T) {
|
||||||
|
t.Skip("MM-59324")
|
||||||
|
|
||||||
t.Run("Should not work if the remote cluster service is not enabled", func(t *testing.T) {
|
t.Run("Should not work if the remote cluster service is not enabled", func(t *testing.T) {
|
||||||
th := Setup(t)
|
th := Setup(t)
|
||||||
defer th.TearDown()
|
defer th.TearDown()
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user