Skip to content

Commit 0a4b33a

Browse files
removed unused code
1 parent 5b9154e commit 0a4b33a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Service.Tests/SqlTests/SqlTestBase.cs

-4
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ protected async static Task InitializeTestFixture(
8787
// Get the base config file from disk
8888
RuntimeConfig runtimeConfig = SqlTestHelper.SetupRuntimeConfig();
8989

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-
9390
// Setting the rest.request-body-strict flag as per the test fixtures.
9491
if (!isRestBodyStrict)
9592
{
@@ -344,7 +341,6 @@ protected static void SetUpSQLMetadataProvider(RuntimeConfigProvider runtimeConf
344341
break;
345342
case TestCategory.DWSQL:
346343
Mock<ILogger<MsSqlQueryExecutor>> DwSqlQueryExecutorLogger = new();
347-
// enable the feature by default for testing purpose.
348344
_queryBuilder = new DwSqlQueryBuilder();
349345
_defaultSchemaName = "dbo";
350346
_dbExceptionParser = new MsSqlDbExceptionParser(runtimeConfigProvider);

0 commit comments

Comments
 (0)