Skip to content

Commit

Permalink
Ignore test_training_and_prediction on StreamingLogisticRegressionWit…
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Apr 7, 2018
1 parent b594dfb commit 2fe4371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyspark/mllib/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,7 @@ def condition():
self.assertTrue(
self.calculate_accuracy_error(true, predicted) < 0.4)

@unittest.skip("Super flaky test")
def test_training_and_prediction(self):
"""Test that the model improves on toy data with no. of batches"""
input_batches = [
Expand Down

0 comments on commit 2fe4371

Please sign in to comment.