Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev support/skipped test updates #18959

Merged
merged 14 commits into from
Jul 13, 2023
Merged

Conversation

craigrva
Copy link
Contributor

@craigrva craigrva commented Jul 7, 2023

Resolves:

Description

Various changes to test files to remove :skip and fix flakes

Acceptance Criteria

  • Code compiles correctly

pamatyatake2 and others added 4 commits July 6, 2023 07:31
In the process of maintaining a better testing suite we are attempting
to remove all rspec tests that are skipped.

This specific instance there was a skip that is no longer needed as
the test does not fail. We can also remove supplemental claims being
created as they aren't relevant to the test.
)

* Removed flakey tag from a test in task_filter_spec and a test in hearings_controller_spec.

* Updated the appeal_series_issue_spec.

* Changed expect to properly match the subject for one test.

* Removed an expect statement that was no longer valid.
@codeclimate
Copy link

codeclimate bot commented Jul 7, 2023

Code Climate has analyzed commit 8b5a3f3 and detected 0 issues on this pull request.

View more on Code Climate.

brandondorner and others added 10 commits July 7, 2023 10:36
In the process of maintaining a better testing suite we are attempting
 to remove all rspec tests that are skipped.

This specific instance there was a skip that is no longer needed as
the test does not fail when ran. Upon further research it looks like
the pagination has been fixed and now allows the test to work
correctly.
* APPEALS-24085: removing skip

* APPEALS-24150: flaky has seems to fix by itself
* refactor test to use factories instead of Model.create, fix associations

* remove hardcoded CSS IDs

* fix lint

* tweaks to tests with failures in GHA
* removing flake test

* removing commented code

* removing typo and nocov

* removing commented code
* modify test data and setup

* fix hearings controller spec assertion

* replace array sorting with match_array in dispatch task spec where applicable

* added comment for why time is 11:30pm
@craigrva craigrva merged commit 5a16da8 into master Jul 13, 2023
11 of 14 checks passed
@craigrva craigrva deleted the dev-support/skipped-test-updates branch July 13, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants