Skip to content

Commit 95be1e6

Browse files
committed
rebase updates
1 parent 6815cf3 commit 95be1e6

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

pkg/kiali/tests/backend/api_backend_test.go

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -603,23 +603,6 @@ func (s *ContractTestSuite) TestManageIstioConfigCRUD() {
603603
}
604604

605605
func (s *ContractTestSuite) TestListTraces() {
606-
607-
s.Run("returns traces or error when tracing disabled", func() {
608-
args := map[string]interface{}{
609-
"namespace": s.testNS,
610-
"serviceName": "productpage",
611-
}
612-
resp, body, err := s.mcpCall(tools.KialiListTracesEndpoint, args)
613-
s.Require().NoError(err)
614-
if s.tracingOn {
615-
s.requireSuccess(tools.KialiListTracesEndpoint, resp, body)
616-
s.requireJSONKeys(tools.KialiListTracesEndpoint, body,
617-
"summary", "traces")
618-
} else {
619-
s.requireNotToolNotFound(tools.KialiListTracesEndpoint, resp, body)
620-
}
621-
})
622-
623606
s.Run("returns a valid trace list or a tracing-disabled error", func() {
624607
s.fetchTraceList(s.testService)
625608
})

0 commit comments

Comments
 (0)