From 92cc759ecfcd39e7f6bfcae65899d838e980f59a Mon Sep 17 00:00:00 2001 From: Subhobrata Dey Date: Mon, 5 Aug 2024 23:52:24 +0000 Subject: [PATCH] remove dummy tests Signed-off-by: Subhobrata Dey --- .../alerting/SampleRemoteMonitorPluginIT.java | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 sample-remote-monitor-plugin/src/test/java/org/opensearch/alerting/SampleRemoteMonitorPluginIT.java diff --git a/sample-remote-monitor-plugin/src/test/java/org/opensearch/alerting/SampleRemoteMonitorPluginIT.java b/sample-remote-monitor-plugin/src/test/java/org/opensearch/alerting/SampleRemoteMonitorPluginIT.java deleted file mode 100644 index d8e7e2dae..000000000 --- a/sample-remote-monitor-plugin/src/test/java/org/opensearch/alerting/SampleRemoteMonitorPluginIT.java +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright OpenSearch Contributors - * SPDX-License-Identifier: Apache-2.0 - */ - -package org.opensearch.alerting; - -import org.junit.Assert; -import org.opensearch.test.OpenSearchIntegTestCase; - -public class SampleRemoteMonitorPluginIT extends OpenSearchIntegTestCase { - - public void testDummy() { - Assert.assertTrue(true); - } -} \ No newline at end of file