Skip to content

Commit 40c261c

Browse files
committed
chore: remove tck skip from test
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 7b8a03a commit 40c261c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<testcontainers.version>1.20.4</testcontainers.version>
4343
<jnosql.test.integration>false</jnosql.test.integration>
4444
<jakarta.nosql.version>1.0.0-SNAPSHOT</jakarta.nosql.version>
45-
<tck.nosql.skip>true</tck.nosql.skip>
4645
<pmd.url>https://raw.githubusercontent.com/eclipse/jnosql-databases/refs/heads/main/pmd/pmd-rules.xml</pmd.url>
4746
</properties>
4847

@@ -172,7 +171,6 @@
172171
<goal>test</goal>
173172
</goals>
174173
<configuration>
175-
<skipTests>${tck.nosql.skip}</skipTests>
176174
<excludes>
177175
<exclude>org/eclipse/jnosql/**.**Test.class</exclude>
178176
</excludes>

0 commit comments

Comments
 (0)