Skip to content

Commit

Permalink
test: re-enable and fix DeploymentAgentTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Jan 7, 2025
1 parent 86c2298 commit 3024e9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions kura/test/org.eclipse.kura.deployment.agent.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Eurotech
<artifactId>mockserver-netty-no-dependencies</artifactId>
<version>${mockserver.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.8.1</version>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
import org.junit.After;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.mockserver.integration.ClientAndServer;
import org.mockserver.logging.MockServerLogger;
Expand All @@ -66,7 +65,6 @@
import org.osgi.service.event.Event;
import org.osgi.service.event.EventAdmin;

@Ignore
public class DeploymentAgentTest {

private static final String VERSION_1_0_0 = "1.0.0";
Expand Down

0 comments on commit 3024e9b

Please sign in to comment.