kezhenxu94 commented on a change in pull request #4843:
URL: https://github.com/apache/skywalking/pull/4843#discussion_r433043202
##########
File path:
test/e2e/e2e-test/src/test/java/org/apache/skywalking/e2e/storage/StorageE2E.java
##########
@@ -156,6 +167,54 @@ void serviceInstanceTopo() throws Exception {
verifyServiceInstanceRelationMetrics(topology.getCalls());
}
+ @RetryableTest
+ void addUITemplate() throws Exception {
Review comment:
The `template`-related operations should not be retryable, it should be
successful or failed at one time.
```suggestion
@Test
void addUITemplate() throws Exception {
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]