Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 10, 2024
1 parent 33a16cb commit 9ca92e9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import java.io.IOException;

import org.junit.jupiter.api.Disabled;
import org.testng.annotations.Test;
import org.junit.jupiter.api.Test;

public class CreateBuildMutationTest {
class CreateBuildMutationTest {

@Test
public void testSerialization() throws IOException {
void testSerialization() throws IOException {
ObjectMapper mapper = new ObjectMapper();
String json =
mapper.writeValueAsString(
Expand All @@ -21,7 +21,7 @@ public void testSerialization() throws IOException {

@Test
@Disabled
public void executeRequest() {
void executeRequest() {
GraphQLClient client =
new GraphQLClient(
"https://api.us-west-1.saucelabs.com/v1/visual/graphql", "username", "access-key");
Expand Down

0 comments on commit 9ca92e9

Please sign in to comment.