Skip to content

Commit

Permalink
Add CDI_FULL test group to the InjectionVisibilityTest clas
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn authored and Ladicek committed Jan 31, 2023
1 parent 10a9539 commit 1ef971c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
package org.jboss.cdi.tck.tests.full.lookup.injection.visibility;

import static org.jboss.cdi.tck.TestGroups.CDI_FULL;
import static org.jboss.cdi.tck.cdi.Sections.INJECTION_EE;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull;
Expand All @@ -32,6 +33,7 @@
import org.jboss.test.audit.annotations.SpecVersion;
import org.testng.annotations.Test;

@Test(groups = CDI_FULL)
@SpecVersion(spec = "cdi", version = "2.0")
public class InjectionVisibilityTest extends AbstractTest {

Expand Down

0 comments on commit 1ef971c

Please sign in to comment.