Skip to content

Commit

Permalink
Enable disabled test (#7436)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Aug 23, 2023
1 parent 85d54b4 commit faa4b3f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, 2021 Oracle and/or its affiliates.
* Copyright (c) 2020, 2023 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,13 +28,11 @@
import jakarta.ws.rs.core.Response;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;

@Disabled("3.0.0-JAKARTA") // persistence.xml failure
class MainTest {

private static Server server;
Expand Down

0 comments on commit faa4b3f

Please sign in to comment.