Skip to content

Commit 990e7d7

Browse files
committed
[build] update rbe gating for ruby tests to use the right toggle
1 parent 25d50fb commit 990e7d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def bazel_java
142142
end
143143

144144
def rbe?
145-
Dir.pwd.start_with?('/mnt/engflow')
145+
ENV['REMOTE_BUILD'] == '1'
146146
end
147147

148148
def reset_remote_server

0 commit comments

Comments
 (0)