Skip to content

Commit 056146b

Browse files
committed
remove assertion for host.arch to reduce flakiness
1 parent 34740ee commit 056146b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

instrumentation/resources/library/src/test/java/io/opentelemetry/instrumentation/resources/internal/DeclarativeConfigTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ void endToEnd() {
4848
.collect(Collectors.toSet());
4949
// ContainerResourceComponentProvider - no container attributes reliably provided
5050
// HostIdResourceComponentProvider - host.id attribute not reliably provided
51-
// HostResourceComponentProvider
52-
assertThat(attributeKeys).contains("host.arch");
51+
// HostResourceComponentProvider - host.arch attribute not reliably provided
5352
assertThat(attributeKeys).contains("host.name");
5453
// OsResourceComponentProvider
5554
assertThat(attributeKeys).contains("os.description");

0 commit comments

Comments
 (0)