Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip broken test with macOS platform. #2167

Merged
merged 2 commits into from Feb 1, 2018
Merged

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Feb 1, 2018

test of #2147 fails on macOS platform.

  2) Failure:
TestGemUtil#test_traverse_parents_does_not_crash_on_permissions_error:
--- expected
+++ actual
@@ -1 +1 @@
-"/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T"
+"/private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T"

I will abide by the code of conduct.

@hsbt hsbt added this to the 2.7.5 milestone Feb 1, 2018
@indirect
Copy link
Member

indirect commented Feb 1, 2018

Can we keep the assertion, but include /private on DARWIN?

@hsbt
Copy link
Member Author

hsbt commented Feb 1, 2018

@indirect Yes. We can truncate it with Darwin platform. but it's same as skip.

@hsbt
Copy link
Member Author

hsbt commented Feb 1, 2018

@bundlerbot r+

@bundlerbot
Copy link
Collaborator

📌 Commit 6572694 has been approved by hsbt

@bundlerbot
Copy link
Collaborator

⌛ Testing commit 6572694 with merge 1aa8033...

bundlerbot added a commit that referenced this pull request Feb 1, 2018
skip broken test with macOS platform.

test of #2147 fails on macOS platform.

```
  2) Failure:
TestGemUtil#test_traverse_parents_does_not_crash_on_permissions_error:
--- expected
+++ actual
@@ -1 +1 @@
-"/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T"
+"/private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T"
```

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).
@bundlerbot
Copy link
Collaborator

☀️ Test successful - status-travis
Approved by: hsbt
Pushing 1aa8033 to master...

@bundlerbot bundlerbot merged commit 6572694 into master Feb 1, 2018
@hsbt hsbt deleted the fix-broken-test-with-macos branch February 1, 2018 09:54
hsbt pushed a commit that referenced this pull request Feb 2, 2018
skip broken test with macOS platform.

test of #2147 fails on macOS platform.

```
  2) Failure:
TestGemUtil#test_traverse_parents_does_not_crash_on_permissions_error:
--- expected
+++ actual
@@ -1 +1 @@
-"/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T"
+"/private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T"
```

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants