@@ -168,7 +168,7 @@ await this.WaitForProductChanges(
168168 /// </summary>
169169 [ Theory ]
170170 [ SqlInlineData ( ) ]
171- [ UnsupportedLanguages ( SupportedLanguages . OutOfProc , SupportedLanguages . CSharpscript ) ]
171+ [ UnsupportedLanguages ( SupportedLanguages . CSharpscript ) ]
172172 public async Task PollingIntervalOverrideTriggerTest ( SupportedLanguages lang )
173173 {
174174 const int firstId = 1 ;
@@ -293,7 +293,7 @@ await this.WaitForProductChanges(
293293 /// </summary>
294294 [ Theory ]
295295 [ SqlInlineData ( ) ]
296- [ UnsupportedLanguages ( SupportedLanguages . OutOfProc , SupportedLanguages . CSharpscript ) ]
296+ [ UnsupportedLanguages ( SupportedLanguages . CSharpscript ) ]
297297 public async Task MultiFunctionTriggerTest ( SupportedLanguages lang )
298298 {
299299 const string Trigger1Changes = "Trigger1 Changes: " ;
@@ -472,7 +472,7 @@ await this.WaitForProductChanges(
472472 /// </summary>
473473 [ Theory ]
474474 [ SqlInlineData ( ) ]
475- [ UnsupportedLanguages ( SupportedLanguages . OutOfProc , SupportedLanguages . CSharpscript ) ]
475+ [ UnsupportedLanguages ( SupportedLanguages . CSharpscript ) ]
476476 public void TableNotPresentTriggerTest ( SupportedLanguages lang )
477477 {
478478 this . StartFunctionHostAndWaitForError (
@@ -487,7 +487,7 @@ public void TableNotPresentTriggerTest(SupportedLanguages lang)
487487 /// </summary>
488488 [ Theory ]
489489 [ SqlInlineData ( ) ]
490- [ UnsupportedLanguages ( SupportedLanguages . OutOfProc , SupportedLanguages . CSharpscript ) ]
490+ [ UnsupportedLanguages ( SupportedLanguages . CSharpscript ) ]
491491 public void PrimaryKeyNotCreatedTriggerTest ( SupportedLanguages lang )
492492 {
493493 this . StartFunctionHostAndWaitForError (
@@ -503,7 +503,7 @@ public void PrimaryKeyNotCreatedTriggerTest(SupportedLanguages lang)
503503 /// </summary>
504504 [ Theory ]
505505 [ SqlInlineData ( ) ]
506- [ UnsupportedLanguages ( SupportedLanguages . OutOfProc , SupportedLanguages . CSharpscript ) ]
506+ [ UnsupportedLanguages ( SupportedLanguages . CSharpscript ) ]
507507 public void ReservedPrimaryKeyColumnNamesTriggerTest ( SupportedLanguages lang )
508508 {
509509 this . StartFunctionHostAndWaitForError (
@@ -519,7 +519,7 @@ public void ReservedPrimaryKeyColumnNamesTriggerTest(SupportedLanguages lang)
519519 /// </summary>
520520 [ Theory ]
521521 [ SqlInlineData ( ) ]
522- [ UnsupportedLanguages ( SupportedLanguages . OutOfProc , SupportedLanguages . CSharpscript ) ]
522+ [ UnsupportedLanguages ( SupportedLanguages . CSharpscript ) ]
523523 public void UnsupportedColumnTypesTriggerTest ( SupportedLanguages lang )
524524 {
525525 this . StartFunctionHostAndWaitForError (
0 commit comments