We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19519f1 commit 2e6ea47Copy full SHA for 2e6ea47
spec/datadog/core/environment/execution_spec.rb
@@ -69,7 +69,6 @@
69
70
context 'when in a Pry session' do
71
it 'returns true' do
72
- skip('Temporarily skipping for batched tests from Github Actions') if ENV['BATCHED_TASKS']
73
Tempfile.create('test') do |f|
74
f.write(repl_script)
75
f.close
0 commit comments