Skip to content

Commit 655eaba

Browse files
committed
Remove testcase that is no longer accurate
1 parent eae1566 commit 655eaba

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/everest/test_everlint.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ def test_extra_key(min_config):
135135
{"forward_model": ["not_a_job"]},
136136
"unknown job not_a_job",
137137
),
138-
(
139-
{"environment": {"simulation_folder": "/usr/bin/unwriteable"}},
140-
"User does not have write access to",
141-
),
142138
(
143139
{"environment": {"output_folder": ("super long path" * 300)}},
144140
"output_folder\n.* File name too long",

0 commit comments

Comments
 (0)