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 27, 2020
1 parent e434440 commit c3f4cce
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -184,10 +184,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 c3f4cce

Please sign in to comment.