From 1359bc1ff91f93a16c35b6cbcf6f04474e13bf20 Mon Sep 17 00:00:00 2001
From: Alexander Boyko <alexander.boyko@hpe.com>
Date: Mon, 15 Jan 2024 11:30:23 -0500
Subject: [PATCH] LU-11990 tests: enable conf-sanity 66

The test was skipped from running beacuse it produces fails
for alone MGS. Since LU-13356 it is fixed, add it to running.

Test-Parameters: trivial testlist=conf-sanity
Signed-off-by: Alexander Boyko <alexander.boyko@hpe.com>
Change-Id: Idb684bb2780832f089fba1441d3b9375e9740431
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53877
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Artem Blagodarenko <ablagodarenko@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
---
 lustre/tests/conf-sanity.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh
index 5d41be5..af68d16 100644
--- a/lustre/tests/conf-sanity.sh
+++ b/lustre/tests/conf-sanity.sh
@@ -24,8 +24,8 @@ if $SHARED_KEY; then
 fi
 
 if ! combined_mgs_mds; then
-	# bug number for skipped test: LU-11991		LU-11990
-	ALWAYS_EXCEPT="$ALWAYS_EXCEPT  32a 32b 32c 32d 32e	66"
+	# bug number for skipped test: LU-11991
+	ALWAYS_EXCEPT="$ALWAYS_EXCEPT  32a 32b 32c 32d 32e"
 	# bug number for skipped test: LU-9897	LU-12032
 	ALWAYS_EXCEPT="$ALWAYS_EXCEPT  84	123F"
 fi
-- 
1.8.3.1