Skip to content

Commit

Permalink
fix: disable default test
Browse files Browse the repository at this point in the history
  • Loading branch information
kapiaszczyk committed Apr 24, 2024
1 parent d3b8db7 commit f0ecfb5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package com.kapia.jobboard.api.data;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class ApplicationTests {

@Test
@Disabled
void contextLoads() {
}

Expand Down

0 comments on commit f0ecfb5

Please sign in to comment.