Disable HibernateOrmPluginTest.testJpaMetamodelGenUpToDate() test for now (as was intended).
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
99a9078bbd
commit
fad9db67b0
|
@ -126,7 +126,7 @@ class HibernateOrmPluginTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// @Disabled( "up-to-date checking not working" )
|
@Disabled( "up-to-date checking not working" )
|
||||||
public void testJpaMetamodelGenUpToDate(@TempDir Path projectDir) {
|
public void testJpaMetamodelGenUpToDate(@TempDir Path projectDir) {
|
||||||
Copier.copyProject( "simple/build.gradle", projectDir );
|
Copier.copyProject( "simple/build.gradle", projectDir );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue