Bump pytorch-lightning from 1.9.5 to 2.4.0 in /tests/e2e #190
Annotations
2 errors and 1 notice
Run UI notebook tests:
ui-tests/tests/widget_notebook_example.test.ts#L61
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets
Error: Screenshot comparison failed:
Expected an image 592px by 181px, received 592px by 254px. 6127 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts-snapshots/widgets-cell-2-linux.png
Received: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-2-actual.png
Diff: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-2-diff.png
59 |
60 | if (captures[i]) {
> 61 | expect.soft(captures[i]).toMatchSnapshot(image); // Compare pre-existing capture
| ^
62 | continue;
63 | }
64 | }
at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:61:34
|
Run UI notebook tests
Process completed with exit code 1.
|
Run UI notebook tests
1 failed
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets
|
Loading