Skip to content

Commit

Permalink
[BE]TEST: Skip TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
enaenen committed Sep 26, 2023
1 parent 0fa078b commit 986361d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
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 986361d

Please sign in to comment.