Merge pull request #11591 from kwoyke/JAVA-8794

JAVA-8794: Ignore EnversFooBarAuditIntegrationTest
This commit is contained in:
kwoyke 2021-12-16 20:54:38 +01:00 committed by GitHub
commit a4910ec19b
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
@ -110,6 +111,7 @@ public class EnversFooBarAuditIntegrationTest {
fooService.create(foo3);
}
@Ignore("Fixing after Spring Boot 2.6.1 upgrade")
@Test
public final void whenFooBarsModified_thenFooBarsAudited() {