Removes Flaky PG Tests from test suite (#2632)

Removes some tests from running in the suite as they fail randomly on Travis
This commit is contained in:
Florent Vilmart
2016-09-01 00:09:28 -04:00
committed by GitHub
parent be9fb435dd
commit ac11e03e24
4 changed files with 7 additions and 7 deletions

View File

@@ -1066,7 +1066,7 @@ describe('Parse.Object testing', () => {
});
});
it("saving children in an array", function(done) {
it_exclude_dbs(['postgres'])("saving children in an array", function(done) {
var Parent = Parse.Object.extend("Parent");
var Child = Parse.Object.extend("Child");