Skip to content

Commit 4fb6fbe

Browse files
committed
enable REST test on Postgres
1 parent 2299f74 commit 4fb6fbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/ParseServerRESTController.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ describe('ParseServerRESTController', () => {
135135
process.env.MONGODB_STORAGE_ENGINE === 'wiredTiger') ||
136136
process.env.PARSE_SERVER_TEST_DB === 'postgres'
137137
) {
138-
// Randomly fails in CI for Postgres, disabling for now
139-
describe_only_db('mongo')('transactions', () => {
138+
describe('transactions', () => {
140139
beforeEach(async () => {
141140
await TestUtils.destroyAllDataPermanently(true);
142141
if (

0 commit comments

Comments
 (0)