Restore jetty 12 AttributeNameTest

This commit is contained in:
Joakim Erdfelt 2023-03-24 13:45:56 -05:00
parent 83b59ae718
commit 9d69760aa4
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,7 @@ import org.eclipse.jetty.session.SessionCache;
import org.eclipse.jetty.util.NanoTime;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledForJreRange;
import org.junit.jupiter.api.condition.JRE;
import org.testcontainers.junit.jupiter.Testcontainers;
import static org.junit.jupiter.api.Assertions.assertEquals;
@ -47,7 +44,6 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
* See bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=444595
*/
@Testcontainers(disabledWithoutDocker = true)
@Tag("flaky")
public class AttributeNameTest
{
@BeforeAll