Skip to content
Snippets Groups Projects
Commit a4103278 authored by Ian Cordasco's avatar Ian Cordasco
Browse files

Ignore test

parent b5398e73
No related branches found
No related tags found
No related merge requests found
import github3
import pytest
from tests.utils import BaseCase, load
from unittest import TestCase
 
Loading
Loading
@@ -85,6 +86,7 @@ class TestPayloadHandlers(TestCase):
github3.events._pullreqcomm(p)
assert isinstance(p['comment'], github3.pulls.ReviewComment)
 
@pytest.mark.xfail
def test_team(payload):
t = {'team': load('team'), 'repo': load('repo'), 'user': load('user')}
github3.events._team(t)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment