88import java .util .UUID ;
99
1010import org .junit .jupiter .api .Assertions ;
11+ import org .junit .jupiter .api .Disabled ;
1112import org .junit .jupiter .api .Test ;
1213
1314/**
@@ -152,6 +153,7 @@ public void testAddStampsBadToken() {
152153 /**
153154 * Método de UT AgregarTimbres con token correcto.
154155 */
156+ @ Disabled ("No quitar/agregar timbres de la cuenta de pruebas" )
155157 @ Test
156158 public void testAddStampsByToken () {
157159 try {
@@ -168,6 +170,7 @@ public void testAddStampsByToken() {
168170 /**
169171 * Método de UT AgregarTimbres con Autenticacion.
170172 */
173+ @ Disabled ("No quitar/agregar timbres de la cuenta de pruebas" )
171174 @ Test
172175 public void testAddStampsByAuth () {
173176 try {
@@ -219,6 +222,7 @@ public void testRemoveStampsBadToken() {
219222 /**
220223 * Método de UT EliminarTimbres con token correcto.
221224 */
225+ @ Disabled ("No quitar/agregar timbres de la cuenta de pruebas" )
222226 @ Test
223227 public void testRemoveStampsByToken () {
224228 try {
@@ -234,6 +238,7 @@ public void testRemoveStampsByToken() {
234238 /**
235239 * Método de UT EliminarTimbres con token correcto.
236240 */
241+ @ Disabled ("No quitar/agregar timbres de la cuenta de pruebas" )
237242 @ Test
238243 public void testRemoveStampsSaldoInsuficiente () {
239244 try {
@@ -252,6 +257,7 @@ public void testRemoveStampsSaldoInsuficiente() {
252257 /**
253258 * Método de UT EliminarTimbres con Autenticacion.
254259 */
260+ @ Disabled ("No quitar/agregar timbres de la cuenta de pruebas" )
255261 @ Test
256262 public void testRemoveStampsByAuth () {
257263 try {
0 commit comments