Skip to content

Commit

Permalink
Java ITs CSharp: Start orchestrator only once (#6712)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Feb 10, 2023
1 parent 833e003 commit 2b0fa12
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions its/src/test/java/com/sonar/it/csharp/AnalysisWarningsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,17 @@
package com.sonar.it.csharp;

import com.sonar.it.shared.TestUtils;
import com.sonar.it.shared.Tests;
import com.sonar.orchestrator.build.BuildResult;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import org.sonarqube.ws.Ce;

import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;

import static com.sonar.it.shared.Tests.ORCHESTRATOR;
import static com.sonar.it.csharp.Tests.ORCHESTRATOR;
import static org.assertj.core.api.Assertions.assertThat;

public class AnalysisWarningsTest {
Expand Down

0 comments on commit 2b0fa12

Please sign in to comment.