Skip to content

Commit

Permalink
Update xfail description of sklearn_predict_extractor_test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikelite committed Oct 29, 2024
1 parent 7cf3232 commit b17695f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def check_result(actual):

util.assert_that(predict_extracts, check_result)

@pytest.mark.xfail(run=False, reason="PR 6889 This test fails and needs to be fixed. "
"If this test passes, please remove this mark.", strict=True)
@pytest.mark.xfail(run=False, reason="This is based on experimental implementation,"
"and the test fails.", strict=True)
def testMakeSklearnPredictExtractorWithMultiModels(self):
"""Tests that predictions are made from extracts for multiple models."""
eval_config = tfma.EvalConfig(model_specs=[
Expand Down

0 comments on commit b17695f

Please sign in to comment.