File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
modules/ingest-otel/src/test/java/org/elasticsearch/ingest/otel Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111
1212import org .elasticsearch .core .SuppressForbidden ;
1313import org .elasticsearch .test .ESTestCase ;
14+ import org .junit .Ignore ;
1415
1516import java .util .HashSet ;
1617import java .util .Map ;
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 );
You can’t perform that action at this time.
0 commit comments