Description
Org.Apache.REEF.Wake.Tests use only simple test attributes, but they are not suited for being run in parallel. When migrated to xUnit and run without parallelization (using -parallel none in console runner), they run fine. However, when run with default parallelization settings, StreamingTransportTest tests get stuck. This needs to be investigated during migration.