Skip to content

Commit

Permalink
Remove test annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Dec 12, 2023
1 parent abd4885 commit 48e61d5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import org.opensearch.search.RandomSearchRequestGenerator;
import org.opensearch.search.builder.SearchSourceBuilder;
import org.opensearch.test.AbstractWireSerializingTestCase;
import org.junit.Test;

import java.io.IOException;
import java.util.ArrayList;
Expand Down Expand Up @@ -113,7 +112,6 @@ public static SearchTemplateRequest createRandomRequest() {
return request;
}

@Test
public void testSimulatedSearchTemplateRequest() {
SearchTemplateRequest request = createRandomRequest();
request.setRequest(null);
Expand Down

0 comments on commit 48e61d5

Please sign in to comment.