Skip to content

Commit 2ebbc44

Browse files
committed
test: do not test version in showcase
1 parent 151cda2 commit 2ebbc44

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it

java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ITOtelTracing.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,6 @@ void testTracing_successfulEcho_httpjson() throws Exception {
190190
.getAttributes()
191191
.get(AttributeKey.stringKey(ObservabilityAttributes.ARTIFACT_ATTRIBUTE)))
192192
.isEqualTo(SHOWCASE_ARTIFACT);
193-
// {x-version-update-start:gapic-showcase:current}
194-
assertThat(
195-
attemptSpan
196-
.getAttributes()
197-
.get(AttributeKey.stringKey(ObservabilityAttributes.VERSION_ATTRIBUTE)))
198-
.isEqualTo("0.0.0-SNAPSHOT");
199-
// {x-version-update-end}
200193
}
201194
}
202195
}

0 commit comments

Comments
 (0)