Skip to content

Commit

Permalink
tests: Don't cache loaded test model
Browse files Browse the repository at this point in the history
  • Loading branch information
rdb committed Oct 14, 2023
1 parent 87e69b7 commit 1db6dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/showbase/test_Loader.py
Expand Up @@ -153,7 +153,7 @@ def load_file(path, options, record=None):
# Now try loading a fnargle file
model_fn = Filename(model_path)
model_fn.make_true_case()
model = loader.load_model(model_fn)
model = loader.load_model(model_fn, noCache=True)
assert model is not None
assert model.name == "fnargle"

Expand Down

0 comments on commit 1db6dbc

Please sign in to comment.