Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Nov 16, 2023
1 parent 55faeeb commit a6af5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/test.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions server/scripts/import-tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a6af5a4

Please sign in to comment.