Skip to content
Merged
Changes from all commits
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
1 change: 1 addition & 0 deletions testkit-backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ func testSkips() map[string]string {
"stub.summary.test_summary.TestSummary.test_partial_summary_not_contains_updates": "Breaking change needed for summary#contains_update - only fixed in 5.0",
"stub.summary.test_summary.TestSummary.test_partial_summary_not_contains_system_updates": "Breaking change needed for summary#contains_update - only fixed in 5.0",
"stub.summary.test_summary.TestSummary.test_partial_summary_system_updates": "Breaking change needed for summary#contains_update - only fixed in 5.0",
"neo4j.test_summary.TestSummary.test_summary_counters_case_2": "Breaking change needed for summary#contains_update - only fixed in 5.0",
"neo4j.test_summary.TestSummary.test_contains_time_information": "Strange behavior with Neo4j 3.5 EE",
}
}