diff --git a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php
index a764ea6f7d32357081973b6ce71828e90f5439ea..f96ed2383ac7836b2d3ff8967e44b6c12216a2d1 100644
--- a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php
+++ b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php
@@ -701,12 +701,6 @@ class ProfilOptionsControllerProfilJeunesseAndJeuxTest extends ProfilOptionsCont
 		$this->assertXPath('//div[contains(@class,"colFlottant")]',$this->_response->getBody());
 	}
 
-
-		/** @test **/
-	public function divisionFlottantShouldNotContainsColFlottantWithOutLoggedUser() {
-		$this->dispatch('/opac');
-		$this->assertNotXPath('//div[contains(@class,"colFlottant")]',$this->_response->getBody());
-	}
 }