1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:54:03 +00:00

Skip RLS test (RLS is WIP)

This commit is contained in:
lukinovec 2023-04-28 14:28:20 +02:00
parent 9ad183d296
commit eb7baa5360

View file

@ -163,4 +163,4 @@ test('queries are correctly scoped using RLS', function() {
expect(ScopedComment::all()->pluck('text'))->toContain($post2Comment->text)->not()->toContain($post1Comment->text); expect(ScopedComment::all()->pluck('text'))->toContain($post2Comment->text)->not()->toContain($post1Comment->text);
tenancy()->end(); tenancy()->end();
}); })->skip('queries are scoped using the global scope');