diff --git a/Dockerfile.database b/Dockerfile.database index 7d70823..7b47c0f 100644 --- a/Dockerfile.database +++ b/Dockerfile.database @@ -2,7 +2,7 @@ FROM mariadb:10.11.8 COPY src/seedDb.sh /docker-entrypoint-initdb.d/ -ARG database="database_2025-02-12_16-49-46-0600(CST).tar.gz" +ARG database="database_2025-04-06_20-02-22-0700(PDT).tar.gz" RUN apt-get update && apt-get install -y \ curl \ diff --git a/config/configDesktop.js b/config/configDesktop.js index f740322..53d228f 100644 --- a/config/configDesktop.js +++ b/config/configDesktop.js @@ -262,7 +262,8 @@ const tests = [ }, { label: 'MathML (#vector-2022)', - path: '/wiki/MathTestNative' + path: '/wiki/MathTestNative', + selectors: [] } ];