Skip to content

Commit

Permalink
Fix flaky test related to tracking events (#3604)
Browse files Browse the repository at this point in the history
* skip all tracking event testing

* Turn off tracking in tests that hits model parsing code path
fix other random test that fails because global tracking.current_user exists but is null

* pytest did not respect skip mark

* fix gh actions
  • Loading branch information
Kyle Wigley authored and leahwicz committed Jul 29, 2021
1 parent ddf5a7c commit bbaf51d
Show file tree
Hide file tree
Showing 5 changed files with 991 additions and 986 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'develop'
- '*.latest'
- 'releases/*'
pull_request_target:
pull_request:
branches:
- 'develop'
- '*.latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'develop'
- '*.latest'
- 'releases/*'
pull_request_target: # Trigger for all PRs
pull_request: # Trigger for all PRs
workflow_dispatch: # Allow manual triggers

jobs:
Expand Down
Loading

0 comments on commit bbaf51d

Please sign in to comment.