Skip to content

Commit 29d3d64

Browse files
committed
nix(nix/package): ignore incompatible tests
1 parent b0bfc10 commit 29d3d64

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

nix/package/default.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,17 @@ buildPythonApplication {
120120
"test_json_migration"
121121
"test_library_migrations"
122122

123+
"test_add_same_tag_to_selection_single"
124+
"test_add_tag_to_selection_multiple"
125+
"test_add_tag_to_selection_single"
126+
"test_custom_tag_category"
127+
"test_file_path_display"
128+
"test_meta_tag_category"
129+
"test_update_selection_empty"
130+
"test_update_selection_empty"
131+
"test_update_selection_multiple"
132+
"test_update_selection_single"
133+
123134
# INFO: This test requires modification of a configuration file.
124135
"test_filepath_setting"
125136
];

0 commit comments

Comments
 (0)