File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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.
4343func 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.
121122func TestChangeArgsDBServer (t * testing.T ) {
123+ longOrSkip (t )
122124 c := client .MustNewInCluster ()
123125 kubecli := mustNewKubeClient (t )
124126 ns := getNamespace (t )
You can’t perform that action at this time.
0 commit comments