summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/tests/unit/test_pinning_dynamic/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-03-28 11:02:10 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-03-28 11:02:10 +0100
commit0afd46b48d5e7d1ca7109c687368b7de23e267c5 (patch)
treeec714a7a2da704562f79db68b10a862da3289235 /security/manager/ssl/tests/unit/test_pinning_dynamic/moz.build
parent55aa6ce7b3eca4f0afe2ac6e63dee3ce7de800a3 (diff)
downloadUXP-0afd46b48d5e7d1ca7109c687368b7de23e267c5.tar
UXP-0afd46b48d5e7d1ca7109c687368b7de23e267c5.tar.gz
UXP-0afd46b48d5e7d1ca7109c687368b7de23e267c5.tar.lz
UXP-0afd46b48d5e7d1ca7109c687368b7de23e267c5.tar.xz
UXP-0afd46b48d5e7d1ca7109c687368b7de23e267c5.zip
Issue #1280 - Part 2: Remove HPKP tests.
Diffstat (limited to 'security/manager/ssl/tests/unit/test_pinning_dynamic/moz.build')
-rw-r--r--security/manager/ssl/tests/unit/test_pinning_dynamic/moz.build26
1 files changed, 0 insertions, 26 deletions
diff --git a/security/manager/ssl/tests/unit/test_pinning_dynamic/moz.build b/security/manager/ssl/tests/unit/test_pinning_dynamic/moz.build
deleted file mode 100644
index eb8b582f5..000000000
--- a/security/manager/ssl/tests/unit/test_pinning_dynamic/moz.build
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-# Temporarily disabled. See bug 1256495.
-#test_certificates = (
-# 'badca.pem',
-# 'a.pinning2.example.com-badca.pem',
-# 'a.pinning2.example.com-pinningroot.pem',
-# 'a.preload.example.com-badca.pem',
-# 'a.preload.example.com-pinningroot.pem',
-# 'b.pinning2.example.com-badca.pem',
-# 'b.pinning2.example.com-pinningroot.pem',
-# 'b.preload.example.com-badca.pem',
-# 'b.preload.example.com-pinningroot.pem',
-# 'x.a.pinning2.example.com-badca.pem',
-# 'x.a.pinning2.example.com-pinningroot.pem',
-# 'x.b.pinning2.example.com-badca.pem',
-# 'x.b.pinning2.example.com-pinningroot.pem',
-# 'pinningroot.pem',
-#)
-#
-#for test_certificate in test_certificates:
-# GeneratedTestCertificate(test_certificate)