summaryrefslogtreecommitdiff
path: root/tests/src/tests.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-25 10:26:41 +0200
committerGitHub <noreply@github.com>2024-09-25 08:26:41 +0000
commite25389a85e2c4bb7bab5f5d68ab148395704960d (patch)
tree1323af9efce63f9a8f412312ebe87e45bb87a60a /tests/src/tests.rs
parentfd449f3e08df716d94d79f3f46ff3960e9933d0c (diff)
New flow layout, with multi-column floats (#5017)
Diffstat (limited to 'tests/src/tests.rs')
-rw-r--r--tests/src/tests.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/tests.rs b/tests/src/tests.rs
index a2d85fec..58bd7cf7 100644
--- a/tests/src/tests.rs
+++ b/tests/src/tests.rs
@@ -30,6 +30,9 @@ const STORE_PATH: &str = "tests/store";
/// The directory where the reference images are stored.
const REF_PATH: &str = "tests/ref";
+/// The file where the skipped tests are stored.
+const SKIP_PATH: &str = "tests/skip.txt";
+
/// The maximum size of reference images that aren't marked as `// LARGE`.
const REF_LIMIT: usize = 20 * 1024;