Skip to content

Commit e12791d

Browse files
ono-maxko1
authored andcommitted
Revert "require "test/unit/runner/junitxml" if launchable env is configured"
This reverts commit 8d205e4.
1 parent 5568ea0 commit e12791d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/support/test_case.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@
77
require 'timeout'
88
require 'json'
99
require 'rbconfig'
10+
# "test/unit/runner/junitxml" is used for reporting test result in JUnit XML format.
11+
require "test/unit/runner/junitxml"
1012
require_relative '../../lib/debug/client'
1113

1214
require_relative 'assertions'
1315

14-
if ENV['LAUNCHABLE_ORGANIZATION'] && ENV['LAUNCHABLE_WORKSPACE']
15-
# "test/unit/runner/junitxml" is used for reporting test result in JUnit XML format.
16-
require "test/unit/runner/junitxml"
17-
end
18-
1916
module DEBUGGER__
2017
class TestCase < Test::Unit::TestCase
2118
TestInfo = Struct.new(:queue, :mode, :prompt_pattern, :remote_info,

0 commit comments

Comments
 (0)