File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/tests/integration/testsuite/Magento/Review/_files Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
)->save ();
31
31
32
32
/*
33
- * Added a sleep because otherwise it could be that the three reviews have the same created at timestamp.
34
- * In this case some tests would (randomly) fail because the sort order depends on mysql and not on order by .
33
+ * Added a sleep because in a few tests the sql query orders by created at. Without the sleep the reviews
34
+ * have sometimes the same created at timestamp, that causes this tests randomly to fail .
35
35
*/
36
36
sleep (1 );
37
37
58
58
)->save ();
59
59
60
60
/*
61
- * Added a sleep because otherwise it could be that the three reviews have the same created at timestamp.
62
- * In this case some tests could (randomly) fail because the sort order depends on mysql and not on order by .
61
+ * Added a sleep because in a few tests the sql query orders by created at. Without the sleep the reviews
62
+ * have sometimes the same created at timestamp, that causes this tests randomly to fail .
63
63
*/
64
64
sleep (1 );
65
65
You can’t perform that action at this time.
0 commit comments