Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tfx/components/statistics_gen/executor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"""Tests for tfx.components.statistics_gen.executor."""

import os
import pytest
import tempfile

from absl.testing import parameterized
Expand Down Expand Up @@ -288,6 +289,7 @@ def testDoWithSchemaAndStatsOptions(self):
"expected_sample_rate_by_split_property": {"train": 0.2, "eval": 0.2},
},
)
@pytest.mark.xfail(run=False, reason="Flaky test")
def testDoWithSamplingProperty(
self, sample_rate, sample_rate_by_split, expected_sample_rate_by_split_property
):
Expand Down