Skip to content

Commit f2e10d8

Browse files
committed
tests: correctly mark some rsc tests
1 parent 0639ca7 commit f2e10d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pins/tests/test_boards.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,13 @@ def test_board_pin_search_name(board, df, search, matches):
265265

266266

267267
@pytest.mark.xfail
268+
@pytest.mark.fs_rsc
268269
def test_board_pin_write_rsc_full_name(df, fs_short): # noqa
269270
board_susan = BoardRsConnect("", fs_short)
270271
board_susan.pin_write(df, "susan/df", type="csv")
271272

272273

274+
@pytest.mark.fs_rsc
273275
def test_board_pin_search_admin_user(df, fs_short, fs_admin): # noqa
274276
board_susan = BoardRsConnect("", fs_short)
275277
board_susan.pin_write(df, "some_df", type="csv")

0 commit comments

Comments
 (0)