Mark some currently non-functional tests as skipped until they're implemented

re #1254
This commit is contained in:
Akita Noek 2016-03-23 15:34:20 -04:00
parent b263f25911
commit 201e4a9ca3

View File

@ -20,6 +20,7 @@ def resourced_organization(organization, project, team, inventory, user):
return organization
@pytest.mark.django_db
@pytest.mark.skipif("True") # XXX: This needs to be implemented
def test_org_counts_admin(resourced_organization, user, get):
# Check that all types of resources are counted by a superuser
external_admin = user('admin', True)
@ -76,6 +77,7 @@ def test_new_org_zero_counts(user, post):
}
@pytest.mark.django_db
@pytest.mark.skipif("True") # XXX: This needs to be implemented
def test_two_organizations(resourced_organization, organizations, user, get):
# Check correct results for two organizations are returned
external_admin = user('admin', True)
@ -108,6 +110,7 @@ def test_two_organizations(resourced_organization, organizations, user, get):
}
@pytest.mark.django_db
@pytest.mark.skipif("True") # XXX: This needs to be implemented
def test_JT_associated_with_project(organizations, project, user, get):
# Check that adding a project to an organization gets the project's JT
# included in the organization's JT count