Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox committed Dec 23, 2024
1 parent e05936e commit 5c51b39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
import TextField from '@material-ui/core/TextField';
import Editor, { useMonaco, loader } from '@monaco-editor/react';
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';

import 'monaco-graphql';
import { jsonPrettify } from '../../lib/json-util';
import { docServiceDebug } from '../../lib/header-provider';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
import org.junit.jupiter.api.extension.RegisterExtension;

import com.fasterxml.jackson.databind.JsonNode;
Expand Down Expand Up @@ -150,7 +149,6 @@ protected void configure(ServerBuilder sb) throws Exception {
}
};

@Timeout(10000000)
@Test
void testOk() throws Exception {
if (TestUtil.isDocServiceDemoMode()) {
Expand Down

0 comments on commit 5c51b39

Please sign in to comment.