Skip to content

Commit

Permalink
Merge branch 'develop' into partial-snapshot-searchbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiorani authored Dec 23, 2024
2 parents d026a81 + 9ccb148 commit 0e3694d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- edited
- synchronize

permissions:
pull-requests: read

jobs:
main:
name: Validate PR title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.mockito.Mockito;
Expand All @@ -70,7 +69,6 @@
import org.osgi.service.deploymentadmin.DeploymentAdmin;
import org.osgi.service.deploymentadmin.DeploymentPackage;

@Ignore
@RunWith(Parameterized.class)
public class PackagesRestServiceTest extends AbstractRequestHandlerTest {

Expand Down Expand Up @@ -290,7 +288,7 @@ public static void setUp() throws Exception {
throw new IllegalStateException("Unable to get instance of: " + DeploymentRestService.class.getName());
}
service.setDeploymentAdmin(deploymentAdmin);

service.setDeploymentAgentService(deploymentAgentService);
}

/*
Expand Down

0 comments on commit 0e3694d

Please sign in to comment.