diff --git a/spec/datadog/core/environment/execution_spec.rb b/spec/datadog/core/environment/execution_spec.rb index 0cda18a9b00..74e30d603d4 100644 --- a/spec/datadog/core/environment/execution_spec.rb +++ b/spec/datadog/core/environment/execution_spec.rb @@ -69,6 +69,7 @@ context 'when in a Pry session' do it 'returns true' do + pending('Temporarily skipping for batched tests from Github Actions') if ENV['BATCHED_TASKS'] Tempfile.create('test') do |f| f.write(repl_script) f.close