Skip to content

Commit 868f07e

Browse files
authored
Merge pull request #396 from wikimedia/pixel-expand
Fix Math tests
2 parents b0e4f46 + 7f84b8e commit 868f07e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile.database

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mariadb:10.11.8
22

33
COPY src/seedDb.sh /docker-entrypoint-initdb.d/
44

5-
ARG database="database_2025-02-12_16-49-46-0600(CST).tar.gz"
5+
ARG database="database_2025-04-06_20-02-22-0700(PDT).tar.gz"
66

77
RUN apt-get update && apt-get install -y \
88
curl \

config/configDesktop.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ const tests = [
262262
},
263263
{
264264
label: 'MathML (#vector-2022)',
265-
path: '/wiki/MathTestNative'
265+
path: '/wiki/MathTestNative',
266+
selectors: []
266267
}
267268
];
268269

0 commit comments

Comments
 (0)