Skip to content

Commit

Permalink
feat: Disabled a test that was made to run manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Nov 19, 2023
1 parent 76cc647 commit 0a3cec6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
import org.apache.plc4x.java.ctrlx.readwrite.rest.datalayer.api.DataLayerInformationAndSettingsApi;
import org.apache.plc4x.java.ctrlx.readwrite.rest.datalayer.model.BrowseData;
import org.apache.plc4x.java.ctrlx.readwrite.utils.ApiClientFactory;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class BrowseTest {

@Test
@Disabled("Only made to run locally")
public void browseTest() throws Exception {
ApiClient apiClient = ApiClientFactory.getApiClient("https://192.168.42.100", "boschrexroth", "TimechoEurope2023");
//
Expand Down

0 comments on commit 0a3cec6

Please sign in to comment.