Backtest on SPX fails with the orders below - 
         Invalid Simulated option assignment before expiration
   Invalid BrokerageModel declared unable to submit order: [665] Warning - Code: NotSupported - The InteractiveBrokersBrokerageModel does not support OptionExercise exercises for index and cash-settled options.

Reports the below error in the logs.

Runtime Error: Duplicate option exercise order request for symbol SPXW 221221P04030000. Please contact support in BacktestingBrokerage.cs:line 482

Expected: SPX is index and cash-settled option and it should not have option assignment.

Is there anyway to turnoff the option assignment for the backtest?