Skip to content

Commit

Permalink
Enable tests that should have been enabled in open-telemetry#7043
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
  • Loading branch information
Aneurysm9 committed Jan 6, 2022
1 parent c13a0fa commit fe0fc86
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@ func verifyStaleNanPage1FirstFailedScrape(t *testing.T, td *testData, resourceMe
allMetrics := getMetrics(resourceMetric)
assertUp(t, 0, allMetrics)

// TODO: Issue #6376. Remove this skip once OTLP format is directly used in Prometheus Receiver Metric Builder.
if true {
t.Log(`Skipping the datapoint flag check for staleness markers, as the current receiver doesnt yet set the flag true for staleNaNs`)
return
}
metrics1 := resourceMetric.InstrumentationLibraryMetrics().At(0).Metrics()
ts1 := getTS(metrics1)
e1 := []testExpectation{
Expand Down

0 comments on commit fe0fc86

Please sign in to comment.