Skip to content

Commit

Permalink
xfails in partitioned_stats_generator_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Oct 2, 2024
1 parent 1e4d94c commit 1f1c584
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from __future__ import division
from __future__ import print_function

import pytest
from absl.testing import absltest
from absl.testing import parameterized
import apache_beam as beam
Expand Down Expand Up @@ -626,6 +627,7 @@ def setUp(self):
}
}""", schema_pb2.Schema())

@pytest.mark.xfail(run=False, reason="PR 260 This test fails and needs to be fixed.")
def test_sklearn_mi(self):
expected_result = [
_get_test_stats_with_mi([
Expand All @@ -652,6 +654,7 @@ def test_sklearn_mi(self):
add_default_slice_key_to_input=True,
add_default_slice_key_to_output=True)

@pytest.mark.xfail(run=False, reason="PR 260 This test fails and needs to be fixed.")
def test_sklearn_mi_with_slicing(self):
sliced_record_batches = []
for slice_key in ['slice1', 'slice2']:
Expand Down

0 comments on commit 1f1c584

Please sign in to comment.