File tree 1 file changed +0
-4
lines changed
src/Service.Tests/SqlTests
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,6 @@ protected async static Task InitializeTestFixture(
87
87
// Get the base config file from disk
88
88
RuntimeConfig runtimeConfig = SqlTestHelper . SetupRuntimeConfig ( ) ;
89
89
90
- // Enable the feature flag for testing
91
- runtimeConfig = runtimeConfig with { Runtime = runtimeConfig . Runtime with { GraphQL = runtimeConfig . Runtime ? . GraphQL with { FeatureFlags = new ( ) { EnableDwNto1JoinQueryOptimization = true } } } } ;
92
-
93
90
// Setting the rest.request-body-strict flag as per the test fixtures.
94
91
if ( ! isRestBodyStrict )
95
92
{
@@ -344,7 +341,6 @@ protected static void SetUpSQLMetadataProvider(RuntimeConfigProvider runtimeConf
344
341
break ;
345
342
case TestCategory . DWSQL :
346
343
Mock < ILogger < MsSqlQueryExecutor > > DwSqlQueryExecutorLogger = new ( ) ;
347
- // enable the feature by default for testing purpose.
348
344
_queryBuilder = new DwSqlQueryBuilder ( ) ;
349
345
_defaultSchemaName = "dbo" ;
350
346
_dbExceptionParser = new MsSqlDbExceptionParser ( runtimeConfigProvider ) ;
You can’t perform that action at this time.
0 commit comments