Skip to content

Commit 47ef2d0

Browse files
authored
Merge pull request #4368 from DataDog/sarahchen6/unskip-spec
Un-skip spec in core environment
2 parents c730ca3 + 2e6ea47 commit 47ef2d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/datadog/core/environment/execution_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969

7070
context 'when in a Pry session' do
7171
it 'returns true' do
72-
skip('Temporarily skipping for batched tests from Github Actions') if ENV['BATCHED_TASKS']
7372
Tempfile.create('test') do |f|
7473
f.write(repl_script)
7574
f.close

0 commit comments

Comments
 (0)