Skip to content

Commit

Permalink
PR #11883 - remove Multipart usage from jetty-siwe
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Jun 11, 2024
1 parent abba112 commit 0974f96
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@
import org.eclipse.jetty.util.ajax.JSON;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.equalTo;
import static org.junit.jupiter.api.Assertions.assertTrue;

@Disabled("waiting on https://github.com/jetty/jetty.project/pull/11906")
public class SignInWithEthereumTest
{
private final EthereumCredentials _credentials = new EthereumCredentials();
Expand Down

0 comments on commit 0974f96

Please sign in to comment.