Skip to content

Commit

Permalink
Jar Dependency Management IT is no longer expected to fail?
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jan 28, 2020
1 parent e434440 commit f629b8a
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -4,7 +4,6 @@
import os
from collections import namedtuple
from contextlib import contextmanager
from unittest import expectedFailure

from pants.testutil.pants_run_integration_test import PantsRunIntegrationTest
from pants.util.contextutil import temporary_dir
Expand Down Expand Up @@ -184,10 +183,7 @@ def test_unit_tests_with_different_sets(self):
])
self.assert_success(run)

@expectedFailure
def test_unit_tests_with_different_sets_one_batch(self):
# NB(gmalmquist): Currently, junit_run isn't smart enough to partition the targets to run
# separately if they depend on jar_libraries which resolve using different managed dependencies.
run = self.run_pants([
'test',
'--test-junit-batch-size=2',
Expand Down

0 comments on commit f629b8a

Please sign in to comment.