diff --git a/x-pack/test/osquery_cypress/artifact_manager.ts b/x-pack/test/osquery_cypress/artifact_manager.ts
index 0f5ca38d74978..54b9a70d37aff 100644
--- a/x-pack/test/osquery_cypress/artifact_manager.ts
+++ b/x-pack/test/osquery_cypress/artifact_manager.ts
@@ -6,6 +6,5 @@
  */
 
 export async function getLatestVersion(): Promise<string> {
-  // temporary solution until newer agents work fine with Docker
-  return '8.10.4';
+  return '8.11.0-SNAPSHOT';
 }