diff --git a/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-screening-test/html/openbis-screening-test.js b/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-screening-test/html/openbis-screening-test.js
index 78227ab6c7d64601414d069859eaf72101abf110..6b6cf503443846ef5fe2bcdd27e7e2b2eb673561 100644
--- a/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-screening-test/html/openbis-screening-test.js
+++ b/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-screening-test/html/openbis-screening-test.js
@@ -452,11 +452,9 @@ test("loadFeaturesForDatasetWellReferences() for physical data set", function(){
 	testLoadFeaturesForDatasetWellReferences(listFeatureVectorPhysicalDatasets);
 });
 
-/* FAILS
 test("loadFeaturesForDatasetWellReferences() for container data set", function(){
 	testLoadFeaturesForDatasetWellReferences(listFeatureVectorContainerDatasets);
 });
-*/
 
 var testLoadFeatures = function(listFeatureVectorDatasetsFunction){
 	createFacadeAndLogin(function(facade){