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