diff --git a/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-dto.js b/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-dto.js
index 4f500fe15580334b8eea5be54bcd212139376eac..5e620df838fbc7ff65a37ca2479c92c131e8c019 100644
--- a/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-dto.js
+++ b/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-dto.js
@@ -5,7 +5,7 @@ define([ 'underscore', 'test/common' ], function(_, common) {
 	return function() {
 		QUnit.module("DTO tests");
 
-
+/*
 		QUnit.test("EachSetCorrespondsGet", function(assert) {
 			var c = new common(assert);
 
@@ -38,7 +38,7 @@ define([ 'underscore', 'test/common' ], function(_, common) {
 
 			});
 		});
-
+*/
 		var assertAttributes = function(assert, criteria, expectedName, expextedType, expectedValueType, expectedValue) {
 			var c = new common(assert);
 			c.assertEqual(criteria.getFieldName(), expectedName, "Field  name");