From 0654e4ad6ac0d2b0261e0ff795009442c4bd7e56 Mon Sep 17 00:00:00 2001 From: John Bedell Date: Thu, 25 May 2023 12:50:28 -0400 Subject: [PATCH] Re-enable the spring webflux AIT --- .github/workflows/Test-AITs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Test-AITs.yml b/.github/workflows/Test-AITs.yml index 4ea030e860..fbab93feb6 100644 --- a/.github/workflows/Test-AITs.yml +++ b/.github/workflows/Test-AITs.yml @@ -62,7 +62,6 @@ jobs: echo "datastore/datastores.py" >> $excluded_tests echo "framework/play/play2.py" >> $excluded_tests echo "framework/snap/snap.py" >> $excluded_tests - echo "framework/spring/spring_webflux.py" >> $excluded_tests echo "r2dbc/mssql.py" >> $excluded_tests echo "security/hsm_record_sql.py" >> $excluded_tests echo "security/lasp_datastore.py" >> $excluded_tests