From a6af5a4849ab7209d37c5a76891cf7b157ef4a45 Mon Sep 17 00:00:00 2001 From: Howard Edwards Date: Thu, 16 Nov 2023 16:47:16 -0500 Subject: [PATCH] Update tests --- config/test.env | 2 ++ server/scripts/import-tests/index.js | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/test.env b/config/test.env index 5556e6327..f0e993e9c 100644 --- a/config/test.env +++ b/config/test.env @@ -12,6 +12,8 @@ IMPORT_CONFIG=../config/test.env IMPORT_ARIA_AT_TESTS_COMMIT_1=5fe7afd82fe51c185b8661276105190a59d47322 IMPORT_ARIA_AT_TESTS_COMMIT_2=1aa3b74d24d340362e9f511eae33788d55487d12 +# Commit before incoming v2 test format changes +IMPORT_ARIA_AT_TESTS_COMMIT_3=836fb2a997f5b2844035b8c934f8fda9833cd5b2 GITHUB_OAUTH_SERVER=http://localhost:4466 GITHUB_GRAPHQL_SERVER=http://localhost:4466 diff --git a/server/scripts/import-tests/index.js b/server/scripts/import-tests/index.js index a0a2831fd..d94812250 100644 --- a/server/scripts/import-tests/index.js +++ b/server/scripts/import-tests/index.js @@ -53,11 +53,9 @@ Default use: const client = new Client(); const ariaAtRepo = 'https://github.com/w3c/aria-at.git'; - // TODO: Revert before pushing to main // const ariaAtDefaultBranch = 'master'; const ariaAtDefaultBranch = 'build-v2-test-format-with-new-csvs'; - const gitCloneDirectory = path.resolve(__dirname, 'tmp'); const builtTestsDirectory = path.resolve(gitCloneDirectory, 'build', 'tests'); const testsDirectory = path.resolve(gitCloneDirectory, 'tests');