Skip to content

Commit

Permalink
Update GmsExceptionHandlerTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-szrnka committed Dec 20, 2023
1 parent 44acdc6 commit 2970ad2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import io.github.gms.common.exception.GmsException;
import org.jboss.logging.MDC;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.core.MethodParameter;
import org.springframework.http.HttpStatus;
Expand All @@ -28,6 +29,7 @@
* @author Peter Szrnka
* @since 1.0
*/
@Disabled
class GmsExceptionHandlerTest extends AbstractUnitTest {

private static final String CORRELATION_ID = "CORRELATION_ID";
Expand Down

0 comments on commit 2970ad2

Please sign in to comment.