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

[Response Ops][Test] Debugging Flaky Tests #192892

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove stale time
  • Loading branch information
jcger committed Sep 17, 2024
commit 2f2b4b462fb7d31185205112234d355511bc23ca
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const TestProvidersComponent: React.FC<TestProviderProps> = ({
defaultOptions: {
queries: {
retry: false,
// staleTime: 0,
},
},
logger: {
Expand Down Expand Up @@ -143,7 +144,7 @@ export const createAppMockRenderer = ({
defaultOptions: {
queries: {
retry: false,
staleTime: 0,
// staleTime: 0,
},
},
logger: {
Expand Down