Github user JoshRosen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10077#discussion_r46346900
  
    --- Diff: project/SparkBuild.scala ---
    @@ -671,7 +682,6 @@ object TestSettings {
           }
           Seq[File]()
         },
    -    concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),
    --- End diff --
    
    I think it should be okay to remove this here. The other subprojects still 
will not run in parallel because a) we use forking in tests and 
`testForkedParallel` will be false for those projects.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to