We are basically compatible with Scale8 according to their integration test results. The 2 failures below also occur when run using diff-proxy mode. The two created_at values which are causing the failures appear in the tests and are not generated or stored so they seem to be irrelevant.
- "created_at": 1608175440000,
+ "created_at": 1608171840000,
---
Test Suites: 2 failed, 37 passed, 39 total
Tests: 2 failed, 90 passed, 92 total
Snapshots: 2 failed, 31 passed, 33 total
Time: 45.957 s
Ran all test suites.
From grepping through this file I found the below:
What should be done?
We are basically compatible with Scale8 according to their integration test results. The 2 failures below also occur when run using diff-proxy mode. The two
created_at
values which are causing the failures appear in the tests and are not generated or stored so they seem to be irrelevant.From grepping through this file I found the below: