Skip to content

Commit a259ce6

Browse files
committed
Disabling the tests temporarily with @ignore
1 parent c1c4d1f commit a259ce6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
import org.elasticsearch.core.SuppressForbidden;
1313
import org.elasticsearch.test.ESTestCase;
14+
import org.junit.Ignore;
1415

1516
import java.util.HashSet;
1617
import java.util.Map;
@@ -24,8 +25,9 @@
2425
* We may add them to CI in the future, but as such that run periodically (nightly/weekly) and used to notify whenever the resource
2526
* attributes set is not up to date.
2627
*/
27-
@SuppressWarnings("NewClassNamingConvention")
28-
public class ResourceAttributesTests_disabled extends ESTestCase {
28+
@SuppressForbidden(reason = "Disabled temporarily until we set up the periodic CI pipeline")
29+
@Ignore
30+
public class ResourceAttributesTests extends ESTestCase {
2931

3032
public void testResourceAttributes_webCrawler() {
3133
testCrawler(OTelSemConvWebCrawler::collectOTelSemConvResourceAttributes);

0 commit comments

Comments
 (0)