Skip to content

Commit 0166a5e

Browse files
committed
Skip test if running in Windows
1 parent d99a87b commit 0166a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/metrics/integration_test/test_explicit_bucket_histogram_aggregation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class TestExplicitBucketHistogramAggregation(TestCase):
3030
test_values = [1, 6, 11, 26, 51, 76, 101, 251, 501, 751]
3131

3232
@mark.skipif(
33-
system() != "Linux",
33+
system() == "Windows",
3434
reason=(
3535
"Tests fail because Windows time_ns resolution is too low so "
3636
"two different time measurements may end up having the exact same"

0 commit comments

Comments
 (0)