c70942
diff -up nss/tests/ssl/ssl.sh.skip-tls13-fips-mode nss/tests/ssl/ssl.sh
c70942
--- nss/tests/ssl/ssl.sh.skip-tls13-fips-mode	2019-05-16 10:52:35.926904215 +0200
c70942
+++ nss/tests/ssl/ssl.sh	2019-05-16 10:53:05.953281239 +0200
c70942
@@ -412,6 +412,12 @@ ssl_auth()
c70942
       echo "${testname}" | grep "TLS 1.3" > /dev/null
c70942
       TLS13=$?
c70942
 
c70942
+      if [ "${TLS13}" -eq 0 ] && \
c70942
+	 [ "$SERVER_MODE" = "fips" -o "$CLIENT_MODE" = "fips" ] ; then
c70942
+          echo "$SCRIPTNAME: skipping  $testname (non-FIPS only)"
c70942
+          continue
c70942
+      fi
c70942
+
c70942
       if [ "${CLIENT_MODE}" = "fips" -a "${CAUTH}" -eq 0 ] ; then
c70942
           echo "$SCRIPTNAME: skipping  $testname (non-FIPS only)"
c70942
       elif [ "$ectype" = "SNI" -a "$NORM_EXT" = "Extended Test" ] ; then