Added stability to OSS instrumentation tests

Summary:
This change makes all instrumentation tests to be executed in sequence in independent retriable processes.

With a new test being open sourced recently our CI stability degraded.
This PR should bring back stability because tests won't affect each other and will have shorter lifetime
Closes https://github.com/facebook/react-native/pull/7353

Differential Revision: D3259081

fb-gh-sync-id: 48ccdb5dbd561d416526497ff474378db9ca3c60
fbshipit-source-id: 48ccdb5dbd561d416526497ff474378db9ca3c60
This commit is contained in:
Konstantin Raev
2016-05-04 10:57:30 -07:00
committed by Facebook Github Bot 7
parent 2760df761d
commit 110d1587ae
6 changed files with 103 additions and 33 deletions

View File

@@ -6,7 +6,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
package com.facebook.react;
package com.facebook.react.tests;
import java.util.ArrayList;
import java.util.List;