Skip to content

Commit 101982f

Browse files
committed
Change-args tests are long
1 parent cd9203b commit 101982f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/change_args_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import (
4141
// TestChangeArgsAgents tests the creating of an active failover deployment
4242
// with default settings and once ready changes the arguments of the agents.
4343
func TestChangeArgsAgents(t *testing.T) {
44+
longOrSkip(t)
4445
c := client.MustNewInCluster()
4546
kubecli := mustNewKubeClient(t)
4647
ns := getNamespace(t)
@@ -119,6 +120,7 @@ func TestChangeArgsAgents(t *testing.T) {
119120
// TestChangeArgsDBServer tests the creating of a cluster deployment
120121
// with default settings and once ready changes the arguments of the dbservers.
121122
func TestChangeArgsDBServer(t *testing.T) {
123+
longOrSkip(t)
122124
c := client.MustNewInCluster()
123125
kubecli := mustNewKubeClient(t)
124126
ns := getNamespace(t)

0 commit comments

Comments
 (0)