Skip to content

Commit 8fca66a

Browse files
committed
Mark some tests non-deterministic
1 parent 0a8fbc2 commit 8fca66a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_examples_run.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
for name in [
4141
pathlib.Path("examples") / "weather" / "weather.pdl",
4242
pathlib.Path("examples") / "demo" / "3-weather.pdl",
43+
pathlib.Path("examples") / "granite" / "multi_round_chat.pdl",
44+
pathlib.Path("examples") / "react" / "demo.pdl",
45+
pathlib.Path("examples") / "code" / "code-eval.pdl",
4346
]
4447
}
4548

@@ -174,7 +177,7 @@ def test_valid_programs(capsys: CaptureFixture[str], monkeypatch: MonkeyPatch) -
174177
wrong_result = False
175178
if wrong_result:
176179
if UPDATE_RESULTS:
177-
result_file_name_0 = pdl_file_name.stem + ".6.result"
180+
result_file_name_0 = pdl_file_name.stem + ".12.result"
178181
result_dir_name.mkdir(parents=True, exist_ok=True)
179182
with open(
180183
result_dir_name / result_file_name_0, "w", encoding="utf-8"

0 commit comments

Comments
 (0)