Skip to content

Commit

Permalink
skip tests that will eventually be removed
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <micahkchiang@gmail.com>
  • Loading branch information
micahchiang committed Mar 13, 2024
1 parent 077db74 commit 038a810
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -3,7 +3,7 @@ import mockCopays from './fixtures/mocks/copays.json';
import mockUser from './fixtures/mocks/mock-user.json';
import mockDebt from '../../utils/mocks/debts.json';

describe('Medical Copays - CDP Alerts', () => {
describe.skip('Medical Copays - CDP Alerts', () => {
const id = 'f4385298-08a6-42f8-a86f-50e97033fb85';
const mockZeroDebt = {
debts: [],
Expand Down
Expand Up @@ -9,7 +9,7 @@ import mockFeatureToggles from './fixtures/mocks/feature-toggles.json';
import mockCopays from './fixtures/mocks/copays.json';
import mockUser from './fixtures/mocks/mock-user.json';

describe('Medical Copays', () => {
describe.skip('Medical Copays', () => {
const id = 'f4385298-08a6-42f8-a86f-50e97033fb85';

beforeEach(() => {
Expand Down
Expand Up @@ -10,7 +10,7 @@ import mockFeatureToggles from './fixtures/mocks/statement-feature-toggles.json'
import mockCopays from './fixtures/mocks/copays.json';
import mockUser from './fixtures/mocks/mock-user.json';

describe('Medical Copays', () => {
describe.skip('Medical Copays', () => {
const id = 'f4385298-08a6-42f8-a86f-50e97033fb85';

beforeEach(() => {
Expand Down

0 comments on commit 038a810

Please sign in to comment.