Skip to content

Commit

Permalink
#67 - Temporary disabled tests to check if project compiles in CI/CD …
Browse files Browse the repository at this point in the history
…pipeline
  • Loading branch information
starnowski committed Dec 19, 2023
1 parent 58e608c commit d06a98b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.github.starnowski.posjsonhelper.text.hibernate6.dao;

import com.github.starnowski.posjsonhelper.text.hibernate6.model.Tweet;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
Expand Down Expand Up @@ -43,6 +44,7 @@ private static Stream<Arguments> provideShouldFindCorrectTweetsBySinglePhraseInD
@Autowired
private TweetDao tested;

@Disabled
@Sql(value = {CLEAR_DATABASE_SCRIPT_PATH, TWEETS_SCRIPT_PATH},
config = @SqlConfig(transactionMode = ISOLATED),
executionPhase = BEFORE_TEST_METHOD)
Expand Down

0 comments on commit d06a98b

Please sign in to comment.