diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-02 09:45:37 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-02 09:45:37 -0600 |
| commit | c75ceda92ce98c654747457c4fdfd32766487653 (patch) | |
| tree | 7af774e87806f9522930a51d1d08ef67b9ece602 /test | |
| parent | c851e7d0ff5cbc33dfec8df068529aeb2c70ebfc (diff) | |
feat: embed cedar policies in policies package
Diffstat (limited to 'test')
| -rw-r--r-- | test/e2e_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/e2e_test.go b/test/e2e_test.go index 3a02bd2f..d51dece8 100644 --- a/test/e2e_test.go +++ b/test/e2e_test.go @@ -20,6 +20,10 @@ import ( ) func TestAuthx(t *testing.T) { + if env.Fetch("SKIP_E2E", "") != "" { + t.Skip() + } + _ = playwright.Install() pw := x.Must(playwright.Run()) |
