Skip to content

Commit

Permalink
[#1559] Re-enable UUIDAsBinaryTypeTest for Db2
Browse files Browse the repository at this point in the history
The upgrade to Vert.x 4.2.2 solves the issue.
  • Loading branch information
DavideD committed May 15, 2023
1 parent 23ac01b commit 9e37438
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
import java.util.Objects;
import java.util.UUID;

import org.hibernate.reactive.testing.DatabaseSelectionRule;

import org.junit.Rule;
import org.junit.Test;

import io.vertx.ext.unit.TestContext;
Expand All @@ -22,13 +19,9 @@
import jakarta.persistence.Id;

import static org.assertj.core.api.Assertions.assertThat;
import static org.hibernate.reactive.containers.DatabaseConfiguration.DBType.DB2;

public class UUIDAsBinaryTypeTest extends BaseReactiveTest {

@Rule
public final DatabaseSelectionRule skip = DatabaseSelectionRule.skipTestsFor( DB2 );

@Override
protected Collection<Class<?>> annotatedEntities() {
return List.of( UUIDEntity.class );
Expand Down

0 comments on commit 9e37438

Please sign in to comment.