Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
test: disable the flaky test for now. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 authored and Bogdan Drutu committed Nov 21, 2018
1 parent 5c904c5 commit a35cc21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions receiver/opencensus/ocmetrics/opencensus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ func TestExportProtocolViolations_nodelessFirstMessage(t *testing.T) {
// metrics should be received and NEVER discarded.
// See https://github.com/census-instrumentation/opencensus-service/issues/51
func TestExportProtocolConformation_metricsInFirstMessage(t *testing.T) {
t.Skipf("Currently disabled, this test is flaky on Windows. Enable this test when the following are fixed:\nIssue %s\n",
"https://github.com/census-instrumentation/opencensus-service/issues/225",
)

metricSink := newMetricAppender()

_, port, doneFn := ocReceiverOnGRPCServer(t, metricSink, ocmetrics.WithMetricBufferPeriod(70*time.Millisecond))
Expand Down

0 comments on commit a35cc21

Please sign in to comment.