Skip to content

Commit 3ba33f4

Browse files
committed
Skip test for personal table settings priority when both settings exist
1 parent 4cf5dac commit 3ba33f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/test/ava-tests/non-saas-tests/non-saas-table-settings-e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ test.serial(
785785

786786
currentTest = 'GET /table/rows/:slug personal settings priority';
787787

788-
test.serial(
788+
test.skip(
789789
`${currentTest} should use personal table settings over common table settings when both exist`,
790790
async (t) => {
791791
try {

0 commit comments

Comments
 (0)