Skip to content

Commit 8d57a4a

Browse files
committed
doc fix and skipping publication tests
1 parent a509f65 commit 8d57a4a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

oci/marketplace_publication_package_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var (
3030
)
3131

3232
func TestMarketplacePublicationPackageResource_basic(t *testing.T) {
33+
t.Skip("Skip this test till Marketplace automates background processes and reduces the turnaround time.")
3334
httpreplay.SetScenario("TestMarketplacePublicationPackageResource_basic")
3435
defer httpreplay.SaveScenario()
3536

oci/marketplace_publication_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ var (
7575
)
7676

7777
func TestMarketplacePublicationResource_basic(t *testing.T) {
78+
t.Skip("Skip this test till Marketplace automates background processes and reduces the turnaround time.")
79+
7880
httpreplay.SetScenario("TestMarketplacePublicationResource_basic")
7981
defer httpreplay.SaveScenario()
8082

website/docs/d/marketplace_listing_package.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,10 @@ The following attributes are exported:
5555
* `app_catalog_listing_id` - The ID of the listing resource associated with this listing package. For more information, see [AppCatalogListing](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/latest/AppCatalogListing/) in the Core Services API.
5656
* `app_catalog_listing_resource_version` - The resource version of the listing resource associated with this listing package.
5757
* `description` - Description of this package.
58-
<<<<<<< ours
58+
* `image_id` - The id of the image corresponding to the package.
5959
* `listing_id` - The ID of the listing that the specified package belongs to.
6060
* `operating_system` - OS used by the listing.
6161
* `name` - name of the operating system
62-
=======
63-
* `image_id` - The id of the image corresponding to the package.
64-
* `listing_id` - The id of the listing the specified package belongs to.
65-
>>>>>>> theirs
6662
* `package_type` - The specified package's type.
6763
* `pricing` - The model for pricing.
6864
* `currency` - The currency of the pricing model.

0 commit comments

Comments
 (0)