From eb7baa53604c9b1582d1469e0876775a5863eb37 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 28 Apr 2023 14:28:20 +0200 Subject: [PATCH] Skip RLS test (RLS is WIP) --- tests/PostgresTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PostgresTest.php b/tests/PostgresTest.php index dbc1902f..65c6f87b 100644 --- a/tests/PostgresTest.php +++ b/tests/PostgresTest.php @@ -163,4 +163,4 @@ test('queries are correctly scoped using RLS', function() { expect(ScopedComment::all()->pluck('text'))->toContain($post2Comment->text)->not()->toContain($post1Comment->text); tenancy()->end(); -}); +})->skip('queries are scoped using the global scope');