@@ -151,6 +151,7 @@ public void testUndeploySut() throws Exception {
151151
152152 @ Test
153153 @ Transactional
154+ @ Disabled
154155 public void testDeployService () throws Exception {
155156 log .info ("Start the test to check a TSS deployment" );
156157 prepareTssEnvironment ();
@@ -160,6 +161,7 @@ public void testDeployService() throws Exception {
160161
161162 @ Test
162163 @ Transactional
164+ @ Disabled
163165 public void testUndeployService () throws Exception {
164166 log .info ("Start the test to check a TSS undeployment" );
165167 prepareTssEnvironment ();
@@ -182,6 +184,7 @@ public void testDeployAndRunTJobExecution() throws Exception {
182184
183185 @ Test
184186 @ Transactional
187+ @ Disabled
185188 public void testGetServiceDeploymentImages () throws Exception {
186189 log .info (
187190 "Start the test to check if the images associated to a service are retrived" );
@@ -193,6 +196,7 @@ public void testGetServiceDeploymentImages() throws Exception {
193196
194197 @ Test
195198 @ Transactional
199+ @ Disabled
196200 public void testGetContainers () throws Exception {
197201 log .info ("Start the test to retrive containers by project name" );
198202 deployDummyTSS ();
@@ -205,6 +209,7 @@ public void testGetContainers() throws Exception {
205209
206210 @ Test
207211 @ Transactional
212+ @ Disabled
208213 public void testIsContainerIntoNetwork () throws Exception {
209214 log .info (
210215 "Start the test to check if a container is within a specific network" );
@@ -218,6 +223,7 @@ public void testIsContainerIntoNetwork() throws Exception {
218223
219224 @ Test
220225 @ Transactional
226+ @ Disabled
221227 public void testGetContainerIpByNetwork () throws Exception {
222228 log .info ("Start the test to retrive the ip of a containers by network" );
223229 deployDummyTSS ();
@@ -239,6 +245,7 @@ public void testInsertIntoETNetwork() throws Exception {
239245
240246 @ Test
241247 @ Transactional
248+ @ Disabled
242249 public void testGetContainerName () throws Exception {
243250 log .info (
244251 "Start the test to retrive the name of a container by service name and network" );
0 commit comments