Skip to content

Commit

Permalink
Update DHttpClientRequestTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Jan 15, 2025
1 parent c5e24ed commit 2dfdeca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import java.time.Duration;
import java.util.List;

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

class DHttpClientRequestTest {
Expand Down Expand Up @@ -35,6 +36,7 @@ void assertHeader() {
}

@Test
@Disabled
void assertQuery() {
final var client = HttpClient.builder().baseUrl("https://ap7i.github.com").build();

Expand Down

0 comments on commit 2dfdeca

Please sign in to comment.