-
Notifications
You must be signed in to change notification settings - Fork 65
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
FilesViewer - Flaky test #2910
Comments
cballevre
added a commit
that referenced
this issue
Jul 11, 2023
Without the await, the getEncryptionKeyFromDirId function is never called because the file is not considered to be encrypted. I followed the previous tests to solve the problem This commit also removes the flaky test reported in issue #2910
cballevre
added a commit
that referenced
this issue
Jul 11, 2023
Without the await, the getEncryptionKeyFromDirId function is never called because the file is not considered to be encrypted. I followed the previous tests to solve the problem This commit also removes the flaky test reported in issue #2910
cballevre
added a commit
that referenced
this issue
Jul 11, 2023
Without the await, the getEncryptionKeyFromDirId function is never called because the file is not considered to be encrypted. I followed the previous tests to solve the problem This commit also removes the flaky test reported in issue #2910
cballevre
added a commit
that referenced
this issue
Jul 11, 2023
Without the await, the getEncryptionKeyFromDirId function is never called because the file is not considered to be encrypted. I followed the previous tests to solve the problem This commit also removes the flaky test reported in issue #2910
cballevre
added a commit
that referenced
this issue
Jul 11, 2023
Without the await, the getEncryptionKeyFromDirId function is never called because the file is not considered to be encrypted. I followed the previous tests to solve the problem This commit also removes the flaky test reported in issue #2910
Normally converting enzyme to react-testing-library fix this issue (cf: commit) |
cballevre
added a commit
that referenced
this issue
Jul 24, 2023
This test file still creates a flaky test, so I'm skipping it until I figure out how to fix it #2910
There is stil a flaky test in FilesViewer. The error comes from the number of calls to the jest.fn() function in the fetchMore test. When you run the test file alone there is no problem but as soon as it is with all the tests it can cause a problem |
cballevre
added a commit
that referenced
this issue
Jul 24, 2023
This test file still creates a flaky test, so I'm skipping it until I figure out how to fix it See issue #2910
cballevre
added a commit
that referenced
this issue
Jul 24, 2023
This test file still creates a flaky test, so I'm skipping it until I figure out how to fix it See issue #2910
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lately we have trouble with the CI because of a flaky test. I put it in quarantine until I can fix it (cf: commit). This issue aims to follow the resolution of this problem.
Error traces
The text was updated successfully, but these errors were encountered: