Skip to content

Commit

Permalink
enable integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
GordeaS authored and GordeaS committed Mar 18, 2024
1 parent 4586e78 commit 00eee5f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.HttpHeaders;
Expand Down Expand Up @@ -39,7 +38,6 @@
* @author Roman Graf on 10-09-2020.
*/
@SpringBootTest
@Disabled("SG: Temporary disabled as tests are failing in github")
public class WriteLockIT extends BaseUserSetTestUtils {

@Resource(name = "set_db_apilockService")
Expand Down

0 comments on commit 00eee5f

Please sign in to comment.