We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba73bbf commit e6957c8Copy full SHA for e6957c8
spec/ParseRole.spec.js
@@ -7,8 +7,7 @@ var Auth = require("../src/Auth").Auth;
7
var Config = require("../src/Config");
8
9
describe('Parse Role testing', () => {
10
- it('Do a bunch of basic role testing', (done) => {
11
-
+ it_exclude_dbs(['postgres'])('Do a bunch of basic role testing', done => {
12
var user;
13
var role;
14
0 commit comments