Skip to content

Commit

Permalink
Fix flaky tests (#1123)
Browse files Browse the repository at this point in the history
test if Failsafe plugin makes a difference on CI
  • Loading branch information
oliverlietz committed Feb 7, 2025
1 parent b9a03c9 commit 51af209
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import org.osgi.framework.BundleContext;

@RunWith(PaxExam.class)
public class ReferenceJarTest {
public class ReferenceJarIT {

@Inject
private BundleContext bc;
Expand All @@ -48,7 +48,6 @@ public Option[] config() {
}

@Test
@Ignore
public void getHelloService() {
Object service = ServiceLookup.getService(bc,
"org.ops4j.pax.exam.sample9.pde.HelloService");
Expand Down

0 comments on commit 51af209

Please sign in to comment.