Skip to content

Commit

Permalink
Fix flaky tests (#1123)
Browse files Browse the repository at this point in the history
reenable tests to see if change in PDE bundle has an effect on CI build
  • Loading branch information
oliverlietz committed Nov 2, 2024
1 parent feb27de commit d760dc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import javax.inject.Inject;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.ops4j.pax.exam.Configuration;
Expand All @@ -54,7 +53,6 @@ public Option[] config() {
}

@Test
@Ignore
public void getHelloService() {
assumeTrue(isEquinox());
Object service = ServiceLookup.getService(bc,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

import javax.inject.Inject;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.ops4j.pax.exam.Configuration;
Expand All @@ -48,7 +47,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 d760dc4

Please sign in to comment.