You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation/resources/library/src/test/java/io/opentelemetry/instrumentation/resources/internal/DeclarativeConfigTest.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,7 @@ void endToEnd() {
48
48
.collect(Collectors.toSet());
49
49
// ContainerResourceComponentProvider - no container attributes reliably provided
50
50
// HostIdResourceComponentProvider - host.id attribute not reliably provided
51
-
// HostResourceComponentProvider
52
-
assertThat(attributeKeys).contains("host.arch");
51
+
// HostResourceComponentProvider - host.arch attribute not reliably provided
0 commit comments