Skip to content

Commit

Permalink
remove one e2e, skip other
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbanister committed Nov 3, 2023
1 parent c1c854e commit 23812b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Meadowlark-js/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "node",
"request": "launch",
"runtimeArgs": ["--inspect", "--debug-port=9229"],
"env": {"FASTIFY_NUM_THREADS": "1", "OAUTH_HARD_CODED_CREDENTIALS_ENABLED": "true", "FASTIFY_PORT": "3000" },
"env": {"FASTIFY_NUM_THREADS": "1", "FASTIFY_PORT": "3000" },
"program": "${workspaceFolder}/services/meadowlark-fastify/dist/index.js",
"port": 9229,
"console": "integratedTerminal",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ describe('Given the existence of a student, a school, a local education agency a
});
});

describe('when it tries to update an student program association with a different education organization', () => {
// TODO: restore this test as a part of RND-669
describe.skip('when it tries to update an student program association with a different education organization', () => {
let studentProgramAssociationLocation: string;

beforeAll(async () => {
Expand Down

0 comments on commit 23812b3

Please sign in to comment.