Skip to content
Snippets Groups Projects
Commit 436f964a authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Flagging a few census tests as flaky.

parent fdcd07bf
No related branches found
No related tags found
No related merge requests found
......@@ -810,6 +810,7 @@
},
{
"name": "census_statistics_multiple_writers_test",
"flaky": true,
"build": "test",
"language": "c",
"src": [
......@@ -824,6 +825,7 @@
},
{
"name": "census_statistics_performance_test",
"flaky": true,
"build": "test",
"language": "c",
"src": [
......@@ -838,6 +840,7 @@
},
{
"name": "census_statistics_quick_test",
"flaky": true,
"build": "test",
"language": "c",
"src": [
......
......@@ -65,7 +65,7 @@
]
},
{
"flaky": false,
"flaky": true,
"language": "c",
"name": "census_statistics_multiple_writers_test",
"platforms": [
......@@ -74,7 +74,7 @@
]
},
{
"flaky": false,
"flaky": true,
"language": "c",
"name": "census_statistics_performance_test",
"platforms": [
......@@ -83,7 +83,7 @@
]
},
{
"flaky": false,
"flaky": true,
"language": "c",
"name": "census_statistics_quick_test",
"platforms": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment