diff --git a/public_html/pipeline_health.php b/public_html/pipeline_health.php
index 7a309402a3..c7b04888a2 100644
--- a/public_html/pipeline_health.php
+++ b/public_html/pipeline_health.php
@@ -80,7 +80,6 @@ public function __construct($name) {
public $required_status_check_contexts = [
'pre-commit',
'nf-core',
- 'Run pipeline with test data',
// NOTE - doesn't seem to be any way to get the "available" contexts through GitHub API
// If we really want to do this, might have to query the repo contents..??
];