Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick de Rooij committed Apr 19, 2023
1 parent 7a549aa commit 23226d9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.json.JSONObject;
import org.testng.Assert;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;

import io.restassured.path.json.JsonPath;
import io.restassured.response.Response;
Expand Down Expand Up @@ -47,7 +46,7 @@ public void init() {
Assert.assertEquals(res.getStatusCode(), 200);
}

@Test(groups = "CustomUpdateIOT")
// @Test(groups = "CustomUpdateIOT")
public void test_update_IOT() {
EIOService eioService = new EIOService();

Expand Down

0 comments on commit 23226d9

Please sign in to comment.