Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jun 3, 2024
1 parent 648274e commit 487f6fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/e2e/x/transfer/virtuous.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ var _ = e2e.DescribeXChainSerial("[Virtuous Transfer Tx AVAX]", func() {
require.NoError(err)

for _, metrics := range allNodeMetrics {
<<<<<<< HEAD
xBlksProcessing, ok := tests.GetMetricValue(metrics, blksProcessingMetric, xChainMetricLabels)
=======
xBlksProcessing, ok := tests.GetMetricValue(metrics, xBlksProcessingMetric, nil)
>>>>>>> master
if !ok || xBlksProcessing > 0 {
return false
}
Expand Down

0 comments on commit 487f6fb

Please sign in to comment.