Skip to content

Commit

Permalink
chore: make the class @QuarkusIntegrationTest as it should have been …
Browse files Browse the repository at this point in the history
…from the very beginning (thank you Github for the merge nightmare).
  • Loading branch information
Denis Anisimov committed Oct 6, 2021
1 parent e219d4e commit 74ef495
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,14 @@
import java.io.IOException;

import io.quarkus.test.junit.QuarkusIntegrationTest;
import io.quarkus.test.junit.QuarkusTest;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import com.vaadin.flow.quarkus.it.sessioncontext.SessionContextView;

import static com.vaadin.flow.quarkus.it.sessioncontext.SessionContextView.SessionScopedBean.DESTROY_COUNT;

/**
* This should be a part of SessionContextTest but it seems someone starts Java
* 8 instead of Java 11 to execute this specific test on TC so it's a
* {@link QuarkusTest} instead {@link QuarkusIntegrationTest}.
*/
@QuarkusTest
@QuarkusIntegrationTest
public class SessionContextCloseTest extends AbstractCdiTest {

@Override
Expand Down

0 comments on commit 74ef495

Please sign in to comment.