COMPMID-833 Direct convolution, Normalization and
            Fully Connected test names are not unique

Change-Id: Ie4654cc1cb4720c51a3114162043562d5cbc6d28
Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/118126
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Tested-by: Jenkins <bsgcomp@arm.com>
diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h
index a5e03c7..7d4f2b8 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, 2018 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
  *
  * SPDX-License-Identifier: MIT
  *
@@ -261,9 +261,7 @@
                      TensorShape{ 32U, 37U, 3U, 4U },
                      // Batch size 8
                      TensorShape{ 32U, 37U, 3U, 8U },
-                     TensorShape{ 33U, 35U, 8U, 8U },
-                     // Arbitrary batch size
-                     TensorShape{ 32U, 37U, 3U, 8U }
+                     TensorShape{ 33U, 35U, 8U, 8U }
     })
     {
     }