Skip to content

Commit fd5e50d

Browse files
author
Li Lin
committed
skip test case with fork when running on windows
1 parent 801a3f3 commit fd5e50d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Gemfile.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ GEM
3737
docile (1.1.5)
3838
domain_name (0.5.20160310)
3939
unf (>= 0.0.5, < 1.0.0)
40+
ffi (1.9.10-x86-mingw32)
4041
hashdiff (0.3.0)
4142
http-cookie (1.0.2)
4243
domain_name (~> 0.5)
@@ -68,6 +69,11 @@ GEM
6869
http-cookie (>= 1.0.2, < 2.0)
6970
mime-types (>= 1.16, < 3.0)
7071
netrc (~> 0.7)
72+
rest-client (1.8.0-x86-mingw32)
73+
ffi (~> 1.9)
74+
http-cookie (>= 1.0.2, < 2.0)
75+
mime-types (>= 1.16, < 3.0)
76+
netrc (~> 0.7)
7177
rubocop (0.39.0)
7278
parser (>= 2.3.0.7, < 3.0)
7379
powerpack (~> 0.1)
@@ -95,6 +101,7 @@ GEM
95101
unf (0.1.4)
96102
unf_ext
97103
unf_ext (0.0.7.2)
104+
unf_ext (0.0.7.2-x86-mingw32)
98105
unicode-display_width (1.0.3)
99106
vcr (3.0.1)
100107
webmock (1.24.5)
@@ -125,6 +132,3 @@ DEPENDENCIES
125132
vcr (~> 3.0)
126133
webmock
127134
yard (~> 0.8)
128-
129-
BUNDLED WITH
130-
1.12.1

test/test_shared_access_token.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def setup
1212
end
1313

1414
def test_child_processes_share_the_same_token
15+
skip "Fork does not work on Windows" if Gem.win_platform?
1516
VCR.use_cassette('test_access_token_04') do
1617
parent_token = app_client.access_token
1718
(1..5).each do

0 commit comments

Comments
 (0)