Skip to content

Commit

Permalink
[hotfix] Temporary @disabled XaGroupOpsImplIT (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashulin committed Sep 24, 2022
1 parent 018ee0a commit 255533d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand All @@ -44,6 +45,7 @@

import java.util.stream.Stream;

@Disabled("Temporary fast fix, reason: JdbcDatabaseContainer: ClassNotFoundException: com.mysql.jdbc.Driver")
class XaGroupOpsImplIT {

private static final Logger LOGGER = LoggerFactory.getLogger(XaGroupOpsImplIT.class);
Expand Down

0 comments on commit 255533d

Please sign in to comment.