Skips flaky test on the remote cluster API (#27547)

* Skips flaky test on the remote cluster API

* Adds ticket link to the `t.Skip`
Этот коммит содержится в:
Miguel de la Cruz
2024-07-04 16:58:16 +02:00
коммит произвёл GitHub
родитель 809ad4f76d
Коммит 3e4d91590f

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

@@ -14,6 +14,8 @@ import (
)
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) {
th := Setup(t)
defer th.TearDown()