Skip to content

Commit

Permalink
remove duplicate SOSD test that was failing on integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Jul 18, 2023
1 parent 87b53e7 commit f1cef21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 785 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ var MetricsTestCases = []TestCase{
Name: "Histogram",
OTLPInputFixturePath: "testdata/fixtures/metrics/histogram.json",
ExpectFixturePath: "testdata/fixtures/metrics/histogram_expect.json",
// TODO(dashpole): implement sum of squared deviation in the SDK exporter and enable here.
ConfigureCollector: func(cfg *collector.Config) {
cfg.MetricConfig.ServiceResourceLabels = false
cfg.MetricConfig.InstrumentationLibraryLabels = true
Expand Down Expand Up @@ -131,17 +132,6 @@ var MetricsTestCases = []TestCase{
SkipForSDK: true,
},
// Tests with special configuration options
{
Name: "Histogram with SumOfSquaredDeviation",
OTLPInputFixturePath: "testdata/fixtures/metrics/histogram.json",
ExpectFixturePath: "testdata/fixtures/metrics/histogram_sosd_expect.json",
ConfigureCollector: func(cfg *collector.Config) {
cfg.MetricConfig.ServiceResourceLabels = false
cfg.MetricConfig.InstrumentationLibraryLabels = true
cfg.MetricConfig.EnableSumOfSquaredDeviation = true
},
SkipForSDK: true,
},
{
Name: "Project not found return code",
OTLPInputFixturePath: "testdata/fixtures/metrics/counter.json",
Expand Down
Loading

0 comments on commit f1cef21

Please sign in to comment.