Do not run passthrough test when caching is active.
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 9 Jul 2019 12:29:49 +0000 (05:29 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 9 Jul 2019 12:29:49 +0000 (05:29 -0700)
commit65075085b589fd75830d64f187f98355842678d7
treef22967c78af01604097d885f328bc79c623f8895
parenta0b9cb9d7603d4eda3fdb18952a30c8d914fa85c
Do not run passthrough test when caching is active.

Readdir caching means that direct modifications to the source
directory will not be seen immediately, so the test becomes flaky.

Fixes: #416.
test/test_examples.py