Skip to content

Commit

Permalink
[BE] TEST: Disable SpringBootTest
Browse files Browse the repository at this point in the history
  • Loading branch information
enaenen committed Sep 22, 2023
1 parent 20d27d1 commit 883fc82
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.ftclub.cabinet.cabinet.domain.Cabinet;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.transaction.annotation.Transactional;

@SpringBootTest
@Transactional
@Disabled
class CabinetApplicationTests {

@PersistenceContext
Expand Down

0 comments on commit 883fc82

Please sign in to comment.